diff options
author | Henrique de Moraes Holschuh <hmh@hmh.eng.br> | 2007-03-29 00:58:41 -0400 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2007-03-30 15:35:42 -0400 |
commit | 85998248b2e8c6ae7d3ad1fa7b059aed22205ec4 (patch) | |
tree | 51d1660479b6f5e8484aafb0ca767aa94c612bc7 /drivers/misc/thinkpad_acpi.h | |
parent | f21f85de4b3b9ad4a671fb19a889c16db2ea38b2 (diff) |
ACPI: thinkpad-acpi: cleanup Kconfig for thinkpad-acpi
Since ibm-acpi was renamed to thinkpad-acpi, rename and update its Kconfig
entries and Kconfig-related symbols accordingly.
Signed-off-by: Henrique de Moraes Holschuh <hmh@hmh.eng.br>
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/misc/thinkpad_acpi.h')
-rw-r--r-- | drivers/misc/thinkpad_acpi.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/misc/thinkpad_acpi.h b/drivers/misc/thinkpad_acpi.h index 7ebaaa40e183..ee1b93a2bbdd 100644 --- a/drivers/misc/thinkpad_acpi.h +++ b/drivers/misc/thinkpad_acpi.h | |||
@@ -163,7 +163,7 @@ static int register_ibmacpi_subdriver(struct ibm_struct *ibm); | |||
163 | * Bay subdriver | 163 | * Bay subdriver |
164 | */ | 164 | */ |
165 | 165 | ||
166 | #ifdef CONFIG_ACPI_IBM_BAY | 166 | #ifdef CONFIG_THINKPAD_ACPI_BAY |
167 | static int bay_status_supported, bay_eject_supported; | 167 | static int bay_status_supported, bay_eject_supported; |
168 | static int bay_status2_supported, bay_eject2_supported; | 168 | static int bay_status2_supported, bay_eject2_supported; |
169 | 169 | ||
@@ -174,7 +174,7 @@ static int bay_init(void); | |||
174 | static void bay_notify(struct ibm_struct *ibm, u32 event); | 174 | static void bay_notify(struct ibm_struct *ibm, u32 event); |
175 | static int bay_read(char *p); | 175 | static int bay_read(char *p); |
176 | static int bay_write(char *buf); | 176 | static int bay_write(char *buf); |
177 | #endif /* CONFIG_ACPI_IBM_BAY */ | 177 | #endif /* CONFIG_THINKPAD_ACPI_BAY */ |
178 | 178 | ||
179 | 179 | ||
180 | /* | 180 | /* |
@@ -229,13 +229,13 @@ static int cmos_write(char *buf); | |||
229 | */ | 229 | */ |
230 | 230 | ||
231 | static acpi_handle pci_handle; | 231 | static acpi_handle pci_handle; |
232 | #ifdef CONFIG_ACPI_IBM_DOCK | 232 | #ifdef CONFIG_THINKPAD_ACPI_DOCK |
233 | static acpi_handle dock_handle; | 233 | static acpi_handle dock_handle; |
234 | 234 | ||
235 | static void dock_notify(struct ibm_struct *ibm, u32 event); | 235 | static void dock_notify(struct ibm_struct *ibm, u32 event); |
236 | static int dock_read(char *p); | 236 | static int dock_read(char *p); |
237 | static int dock_write(char *buf); | 237 | static int dock_write(char *buf); |
238 | #endif /* CONFIG_ACPI_IBM_DOCK */ | 238 | #endif /* CONFIG_THINKPAD_ACPI_DOCK */ |
239 | 239 | ||
240 | 240 | ||
241 | /* | 241 | /* |