From: Eric Bénard Date: Mon, 2 Aug 2010 07:39:55 +0000 (+0100) Subject: ARM: 6281/1: video/imxfb.c: allow usage without BACKLIGHT_CLASS_DEVICE X-Git-Tag: v2.6.36-rc1~102^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=81ef806163ebfd4775fc3154e031aad6feaaa192;p=pandora-kernel.git ARM: 6281/1: video/imxfb.c: allow usage without BACKLIGHT_CLASS_DEVICE From: Eric Bénard This fixes the following build failure: drivers/built-in.o: In function `imxfb_probe': mxcmmc.c:(.init.text+0xd04): undefined reference to `backlight_device_register' drivers/built-in.o: In function `imxfb_remove': mxcmmc.c:(.devexit.text+0x44): undefined reference to `backlight_device_unregister' that was introduced by 7a2bb23 (imxfb: add pwmr controlled backlight support) Signed-off-by: Eric Bénard Signed-off-by: Uwe Kleine-König Signed-off-by: Russell King --- Reading git-diff-tree failed