commit | ea89e1d320ebde318ae0217fec625102b9165774 | [log] [tgz] |
---|---|---|
author | Randy Dunlap <rdunlap@infradead.org> | Mon Sep 16 11:10:51 2013 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Wed Oct 23 07:57:57 2013 +0100 |
tree | c2d230d0c2defc48dd68148efc58cdfb70ea9825 | |
parent | d4eddd42f592a0cf06818fae694a3d271f842e4d [diff] |
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>