ACPI: thinkpad-acpi: move to drivers/platform/x86
commit4fe6bd275392a5deaad2d8c7d8fa2c1e9a5bee0b
authorHenrique de Moraes Holschuh <hmh@hmh.eng.br>
Fri, 13 May 2011 12:21:43 +0000 (13 09:21 -0300)
committerHenrique de Moraes Holschuh <hmh@hmh.eng.br>
Fri, 13 May 2011 12:21:43 +0000 (13 09:21 -0300)
tree6d3e093199006dbdad31ba9080468f79ca35675d
parent271b708e8df2326a094cde1506aa66a76e094cd9
ACPI: thinkpad-acpi: move to drivers/platform/x86

In order to make it possible to remain backporting patches, move
thinkpad-acpi to a new directory, added in mainline 2.6.29-rc0

Signed-off-by: Henrique de Moraes Holschuh <hmh@hmh.eng.br>
drivers/Kconfig
drivers/Makefile
drivers/misc/Kconfig
drivers/misc/Makefile
drivers/platform/Kconfig [new file with mode: 0644]
drivers/platform/Makefile [new file with mode: 0644]
drivers/platform/x86/Kconfig [new file with mode: 0644]
drivers/platform/x86/Makefile [new file with mode: 0644]
drivers/platform/x86/thinkpad_acpi.c [moved from drivers/misc/thinkpad_acpi.c with 100% similarity]