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>
Fri, 7 May 2010 18:43:28 +0000 (14:43 -0400)
commitd89d63a973986bf6c1d8b28ab62eb61491a3bb34
tree28e5b84b02b5846bc7409be3615e699200a1d82f
parent722154e4cacf015161efe60009ae9be23d492296
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>
drivers/platform/x86/Kconfig