[PATCH v3] video/imxfb.c: allow usage without BACKLIGHT_CLASS_DEVICE
Lothar Waßmann
LW at KARO-electronics.de
Thu Jul 29 09:37:16 EDT 2010
Eric Bénard writes:
> Signed-off-by: Eric Bénard <eric at eukrea.com>
> ---
> v3: handle CONFIG_BACKLIGHT_CLASS_DEVICE=m & CONFIG_FB_IMX=y case as per
> suggested by Uwe
> v2: handle CONFIG_BACKLIGHT_CLASS_DEVICE_MODULE
>
> drivers/video/imxfb.c | 19 +++++++++++++++++--
> 1 files changed, 17 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/video/imxfb.c b/drivers/video/imxfb.c
> index 43f0639..2f9b7e3 100644
> --- a/drivers/video/imxfb.c
> +++ b/drivers/video/imxfb.c
> @@ -40,6 +40,12 @@
> */
> #define DEBUG_VAR 1
>
> +#if defined(CONFIG_BACKLIGHT_CLASS_DEVICE) || \
> + (defined(CONFIG_BACKLIGHT_CLASS_DEVICE_MODULE) && \
> + defined(CONFIG_FB_IMX__MODULE))
^^
should be just one '_'.
Lothar Waßmann
--
___________________________________________________________
Ka-Ro electronics GmbH | Pascalstraße 22 | D - 52076 Aachen
Phone: +49 2408 1402-0 | Fax: +49 2408 1402-10
Geschäftsführer: Matthias Kaussen
Handelsregistereintrag: Amtsgericht Aachen, HRB 4996
www.karo-electronics.de | info at karo-electronics.de
___________________________________________________________
More information about the linux-arm-kernel
mailing list