diff options
author | Len Brown <len.brown@intel.com> | 2009-01-09 03:41:08 -0500 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2009-01-09 03:41:08 -0500 |
commit | ec9f168fcc344d2ffec1c8c822076bf22dab5c33 (patch) | |
tree | c7978abf4bba0a2718cd0f9c0c0efe93d734d226 /include | |
parent | b2576e1d4408e134e2188c967b1f28af39cd79d4 (diff) | |
parent | 087da3b4e2d7d3ef70a4fa649b9a286fdeb0e44e (diff) |
Merge branch 'simplify_PRT' into release
Conflicts:
drivers/acpi/pci_irq.c
Note that this merge disables
e1d3a90846b40ad3160bf4b648d36c6badad39ac
pci, acpi: reroute PCI interrupt to legacy boot interrupt equivalent
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/acpi/platform/aclinux.h | 3 | ||||
-rw-r--r-- | include/linux/acpi.h | 16 |
2 files changed, 0 insertions, 19 deletions
diff --git a/include/acpi/platform/aclinux.h b/include/acpi/platform/aclinux.h index 3cabf888c8af..6d49b2a498c4 100644 --- a/include/acpi/platform/aclinux.h +++ b/include/acpi/platform/aclinux.h | |||
@@ -71,9 +71,6 @@ | |||
71 | #define ACPI_EXPORT_SYMBOL(symbol) EXPORT_SYMBOL(symbol); | 71 | #define ACPI_EXPORT_SYMBOL(symbol) EXPORT_SYMBOL(symbol); |
72 | #define strtoul simple_strtoul | 72 | #define strtoul simple_strtoul |
73 | 73 | ||
74 | /* Full namespace pathname length limit - arbitrary */ | ||
75 | #define ACPI_PATHNAME_MAX 256 | ||
76 | |||
77 | #else /* !__KERNEL__ */ | 74 | #else /* !__KERNEL__ */ |
78 | 75 | ||
79 | #include <stdarg.h> | 76 | #include <stdarg.h> |
diff --git a/include/linux/acpi.h b/include/linux/acpi.h index dfa0a5356c53..6fce2fc2d124 100644 --- a/include/linux/acpi.h +++ b/include/linux/acpi.h | |||
@@ -131,22 +131,6 @@ extern int acpi_get_override_irq(int bus_irq, int *trigger, int *polarity); | |||
131 | */ | 131 | */ |
132 | void acpi_unregister_gsi (u32 gsi); | 132 | void acpi_unregister_gsi (u32 gsi); |
133 | 133 | ||
134 | struct acpi_prt_entry { | ||
135 | struct list_head node; | ||
136 | struct acpi_pci_id id; | ||
137 | u8 pin; | ||
138 | struct { | ||
139 | acpi_handle handle; | ||
140 | u32 index; | ||
141 | } link; | ||
142 | u32 irq; | ||
143 | }; | ||
144 | |||
145 | struct acpi_prt_list { | ||
146 | int count; | ||
147 | struct list_head entries; | ||
148 | }; | ||
149 | |||
150 | struct pci_dev; | 134 | struct pci_dev; |
151 | 135 | ||
152 | int acpi_pci_irq_enable (struct pci_dev *dev); | 136 | int acpi_pci_irq_enable (struct pci_dev *dev); |