eeepc-wmi: depends on BACKLIGHT_CLASS_DEVICE
authorRandy Dunlap <randy.dunlap@oracle.com>
Fri, 7 May 2010 18:24:11 +0000 (11:24 -0700)
committerMatthew Garrett <mjg@redhat.com>
Mon, 17 May 2010 16:08:23 +0000 (12:08 -0400)
commit89a7644be2c59eea443b0db2514fd42d5de909f8
treedc40980bb5964ce7efb8fb33abbefe7c10d7f2c2
parent9a58a3333923c7fef4ba6ac9afd817429e63a1fe
eeepc-wmi: depends on BACKLIGHT_CLASS_DEVICE

eeepc-wmi uses backlight*() interfaces so it should depend on
BACKLIGHT_CLASS_DEVICE.

eeepc-wmi.c:(.text+0x2d7f54): undefined reference to `backlight_force_update'
eeepc-wmi.c:(.text+0x2d8012): undefined reference to `backlight_device_register'
eeepc-wmi.c:(.devinit.text+0x1c31c): undefined reference to `backlight_device_unregister'
eeepc-wmi.c:(.devexit.text+0x2f8b): undefined reference to `backlight_device_unregister'

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Cc: stable@kernel.org
drivers/platform/x86/Kconfig