Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d89d63a9 authored by Randy Dunlap's avatar Randy Dunlap Committed by Matthew Garrett
Browse files

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: default avatarRandy Dunlap <randy.dunlap@oracle.com>
parent 722154e4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -390,6 +390,7 @@ config EEEPC_WMI
	depends on ACPI_WMI
	depends on INPUT
	depends on EXPERIMENTAL
	depends on BACKLIGHT_CLASS_DEVICE
	select INPUT_SPARSEKMAP
	---help---
	  Say Y here if you want to support WMI-based hotkeys on Eee PC laptops.