diff options
-rw-r--r-- | Documentation/thinkpad-acpi.txt (renamed from Documentation/ibm-acpi.txt) | 0 | ||||
-rw-r--r-- | drivers/misc/Makefile | 2 | ||||
-rw-r--r-- | drivers/misc/thinkpad_acpi.c (renamed from drivers/misc/ibm_acpi.c) | 2 | ||||
-rw-r--r-- | drivers/misc/thinkpad_acpi.h (renamed from drivers/misc/ibm_acpi.h) | 0 |
4 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/ibm-acpi.txt b/Documentation/thinkpad-acpi.txt index f409f4bbdc47..f409f4bbdc47 100644 --- a/Documentation/ibm-acpi.txt +++ b/Documentation/thinkpad-acpi.txt | |||
diff --git a/drivers/misc/Makefile b/drivers/misc/Makefile index 848b398482d9..ebf4ff2f858e 100644 --- a/drivers/misc/Makefile +++ b/drivers/misc/Makefile | |||
@@ -12,4 +12,4 @@ obj-$(CONFIG_TIFM_CORE) += tifm_core.o | |||
12 | obj-$(CONFIG_TIFM_7XX1) += tifm_7xx1.o | 12 | obj-$(CONFIG_TIFM_7XX1) += tifm_7xx1.o |
13 | obj-$(CONFIG_SGI_IOC4) += ioc4.o | 13 | obj-$(CONFIG_SGI_IOC4) += ioc4.o |
14 | obj-$(CONFIG_SONY_LAPTOP) += sony-laptop.o | 14 | obj-$(CONFIG_SONY_LAPTOP) += sony-laptop.o |
15 | obj-$(CONFIG_ACPI_IBM) += ibm_acpi.o | 15 | obj-$(CONFIG_ACPI_IBM) += thinkpad_acpi.o |
diff --git a/drivers/misc/ibm_acpi.c b/drivers/misc/thinkpad_acpi.c index ae03b8f6f7be..2836516ece86 100644 --- a/drivers/misc/ibm_acpi.c +++ b/drivers/misc/thinkpad_acpi.c | |||
@@ -79,7 +79,7 @@ | |||
79 | * 2004-08-09 0.1 initial release, support for X series | 79 | * 2004-08-09 0.1 initial release, support for X series |
80 | */ | 80 | */ |
81 | 81 | ||
82 | #include "ibm_acpi.h" | 82 | #include "thinkpad_acpi.h" |
83 | 83 | ||
84 | MODULE_AUTHOR("Borislav Deianov, Henrique de Moraes Holschuh"); | 84 | MODULE_AUTHOR("Borislav Deianov, Henrique de Moraes Holschuh"); |
85 | MODULE_DESCRIPTION(IBM_DESC); | 85 | MODULE_DESCRIPTION(IBM_DESC); |
diff --git a/drivers/misc/ibm_acpi.h b/drivers/misc/thinkpad_acpi.h index 7ebaaa40e183..7ebaaa40e183 100644 --- a/drivers/misc/ibm_acpi.h +++ b/drivers/misc/thinkpad_acpi.h | |||