diff options
author | Henrique de Moraes Holschuh <hmh@hmh.eng.br> | 2007-07-18 23:45:40 -0300 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2007-07-21 23:47:46 -0400 |
commit | 996fba08db7faf46b1a674957f60cd772ecd29ec (patch) | |
tree | 0420ce9a00b46abe7c20901347550fb973e2a297 /drivers/misc/thinkpad_acpi.h | |
parent | 741553c2d29b4075d636a38792c05cd2fc62bd8a (diff) | |
download | blackbird-op-linux-996fba08db7faf46b1a674957f60cd772ecd29ec.tar.gz blackbird-op-linux-996fba08db7faf46b1a674957f60cd772ecd29ec.zip |
ACPI: thinkpad-acpi: rename pci HID constant
Rename an internal driver constant, on request by Len Brown. Also,
document exactly what it is for.
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 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/misc/thinkpad_acpi.h b/drivers/misc/thinkpad_acpi.h index c5c1316ae3a6..fee04214a10b 100644 --- a/drivers/misc/thinkpad_acpi.h +++ b/drivers/misc/thinkpad_acpi.h @@ -107,7 +107,6 @@ static const char *str_supported(int is_supported); /* ACPI HIDs */ #define IBM_HKEY_HID "IBM0068" -#define IBM_PCI_HID "PNP0A03" /* ACPI helpers */ static int __must_check acpi_evalf(acpi_handle handle, |