Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

platform/x86: fix asus-wmi build error

Fix build error in asus_wmi.c when ASUS_WMI=y and ACPI_VIDEO=m
by preventing that combination.

drivers/built-in.o: In function `asus_wmi_probe':
asus-wmi.c:(.text+0x65ddb4): undefined reference to `acpi_video_unregister'

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Randy Dunlap and committed by
Linus Torvalds
ea89e1d3 d4eddd42

+1
+1
drivers/platform/x86/Kconfig
··· 504 504 depends on BACKLIGHT_CLASS_DEVICE 505 505 depends on RFKILL || RFKILL = n 506 506 depends on HOTPLUG_PCI 507 + depends on ACPI_VIDEO || ACPI_VIDEO = n 507 508 select INPUT_SPARSEKMAP 508 509 select LEDS_CLASS 509 510 select NEW_LEDS