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

asus-wmi: move generic code to asus-wmi

New Asus notebooks are using a WMI device similar to
the one used in Eee PCs. Since we don't want to load
a module named eeepc-laptop on Asus Notebooks, start by
copying all the code to asus-wmi.c.

Signed-off-by: Corentin Chary <corentincj@iksaif.net>
Signed-off-by: Matthew Garrett <mjg@redhat.com>

authored by

Corentin Chary and committed by
Matthew Garrett
5b799d4f f017fbe7

+1 -1
+1 -1
drivers/platform/x86/Makefile
··· 4 4 # 5 5 obj-$(CONFIG_ASUS_LAPTOP) += asus-laptop.o 6 6 obj-$(CONFIG_EEEPC_LAPTOP) += eeepc-laptop.o 7 - obj-$(CONFIG_EEEPC_WMI) += eeepc-wmi.o 7 + obj-$(CONFIG_EEEPC_WMI) += asus-wmi.o eeepc-wmi.o 8 8 obj-$(CONFIG_MSI_LAPTOP) += msi-laptop.o 9 9 obj-$(CONFIG_ACPI_CMPC) += classmate-laptop.o 10 10 obj-$(CONFIG_COMPAL_LAPTOP) += compal-laptop.o
drivers/platform/x86/eeepc-wmi.c drivers/platform/x86/asus-wmi.c