diff options
author | Len Brown <len.brown@intel.com> | 2005-08-25 12:27:09 -0400 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2005-08-25 12:40:44 -0400 |
commit | 6153df7b2f4d27c8bde054db1b947369a6f64d83 (patch) | |
tree | 2e30598ad48d05d0ea956b6097e0943a178d6299 /include/acpi | |
parent | 07fefe4ca93b3e45b2bea32871a4496067888852 (diff) |
[ACPI] delete CONFIG_ACPI_PCI
Delete the ability to build an ACPI kernel that does
not include PCI support. When such a machine is created
and it requires a tuned kernel, send a patch.
http://bugzilla.kernel.org/show_bug.cgi?id=1364
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'include/acpi')
-rw-r--r-- | include/acpi/acpi_drivers.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/acpi/acpi_drivers.h b/include/acpi/acpi_drivers.h index e976cb109b13..c1b4e1f882e4 100644 --- a/include/acpi/acpi_drivers.h +++ b/include/acpi/acpi_drivers.h | |||
@@ -47,8 +47,6 @@ | |||
47 | PCI | 47 | PCI |
48 | -------------------------------------------------------------------------- */ | 48 | -------------------------------------------------------------------------- */ |
49 | 49 | ||
50 | #ifdef CONFIG_ACPI_PCI | ||
51 | |||
52 | #define ACPI_PCI_COMPONENT 0x00400000 | 50 | #define ACPI_PCI_COMPONENT 0x00400000 |
53 | 51 | ||
54 | /* ACPI PCI Interrupt Link (pci_link.c) */ | 52 | /* ACPI PCI Interrupt Link (pci_link.c) */ |
@@ -78,8 +76,6 @@ int acpi_pci_bind_root(struct acpi_device *device, struct acpi_pci_id *id, | |||
78 | struct pci_bus *pci_acpi_scan_root(struct acpi_device *device, int domain, | 76 | struct pci_bus *pci_acpi_scan_root(struct acpi_device *device, int domain, |
79 | int bus); | 77 | int bus); |
80 | 78 | ||
81 | #endif /*CONFIG_ACPI_PCI */ | ||
82 | |||
83 | /* -------------------------------------------------------------------------- | 79 | /* -------------------------------------------------------------------------- |
84 | Power Resource | 80 | Power Resource |
85 | -------------------------------------------------------------------------- */ | 81 | -------------------------------------------------------------------------- */ |