diff options
| author | Andy Grover <agrover@groveronline.com> | 2003-01-19 22:55:15 -0800 |
|---|---|---|
| committer | Andy Grover <agrover@groveronline.com> | 2003-01-19 22:55:15 -0800 |
| commit | f83493ddcd333d534ad7fec85dc1fe78ce6eda7b (patch) | |
| tree | b2855f71fcf5fb2ecc6b7fd3a448d9cbfebf3a15 /drivers/hotplug | |
| parent | c1f31696615be5a5a6f8aab64c676a1a85fcbb8b (diff) | |
ACPI: acpiphp.h includes both linux/acpi.h and acpi_bus.h. Since the
former now also includes the latter, acpiphp.h only needs the one, now.
Diffstat (limited to 'drivers/hotplug')
| -rw-r--r-- | drivers/hotplug/acpiphp.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/hotplug/acpiphp.h b/drivers/hotplug/acpiphp.h index ee99533a4c05..3becefc4024c 100644 --- a/drivers/hotplug/acpiphp.h +++ b/drivers/hotplug/acpiphp.h @@ -36,7 +36,6 @@ #include <linux/acpi.h> #include "pci_hotplug.h" -#include "acpi_bus.h" #define dbg(format, arg...) \ do { \ |
