platform/x86: fix asus-wmi build error
authorRandy Dunlap <[email protected]>
Mon, 16 Sep 2013 18:10:51 +0000 (11:10 -0700)
committerLinus Torvalds <[email protected]>
Wed, 23 Oct 2013 06:57:57 +0000 (07:57 +0100)
commitea89e1d320ebde318ae0217fec625102b9165774
treec2d230d0c2defc48dd68148efc58cdfb70ea9825
parentd4eddd42f592a0cf06818fae694a3d271f842e4d
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 <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
drivers/platform/x86/Kconfig