diff options
author | Sam Ravnborg <sam@ravnborg.org> | 2009-01-03 00:10:48 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-01-03 00:10:48 -0500 |
commit | 3011618d9a010b33b7e67cb26df9bc79c948f67b (patch) | |
tree | a0d1b9af561739568f4edfaddb3226c1a2ae64ff /arch/sparc/include/asm | |
parent | 1eae29bcc25b8a12bd6f416304c8aea1d576807e (diff) |
sparc: remove ebus definitions from openprom*.h
Looks like leftovers from the removal of the special ebus layer.
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc/include/asm')
-rw-r--r-- | arch/sparc/include/asm/openprom_32.h | 11 | ||||
-rw-r--r-- | arch/sparc/include/asm/openprom_64.h | 26 |
2 files changed, 0 insertions, 37 deletions
diff --git a/arch/sparc/include/asm/openprom_32.h b/arch/sparc/include/asm/openprom_32.h index 875da3552d80..3868057fb3be 100644 --- a/arch/sparc/include/asm/openprom_32.h +++ b/arch/sparc/include/asm/openprom_32.h | |||
@@ -239,17 +239,6 @@ struct linux_prom_pci_assigned_addresses { | |||
239 | unsigned int size_lo; | 239 | unsigned int size_lo; |
240 | }; | 240 | }; |
241 | 241 | ||
242 | struct linux_prom_ebus_ranges { | ||
243 | unsigned int child_phys_hi; | ||
244 | unsigned int child_phys_lo; | ||
245 | |||
246 | unsigned int parent_phys_hi; | ||
247 | unsigned int parent_phys_mid; | ||
248 | unsigned int parent_phys_lo; | ||
249 | |||
250 | unsigned int size; | ||
251 | }; | ||
252 | |||
253 | #endif /* !(__ASSEMBLY__) */ | 242 | #endif /* !(__ASSEMBLY__) */ |
254 | 243 | ||
255 | #endif /* !(__SPARC_OPENPROM_H) */ | 244 | #endif /* !(__SPARC_OPENPROM_H) */ |
diff --git a/arch/sparc/include/asm/openprom_64.h b/arch/sparc/include/asm/openprom_64.h index b69e4a8c9170..955d7f687194 100644 --- a/arch/sparc/include/asm/openprom_64.h +++ b/arch/sparc/include/asm/openprom_64.h | |||
@@ -249,32 +249,6 @@ struct linux_prom_pci_intmask { | |||
249 | unsigned int interrupt; | 249 | unsigned int interrupt; |
250 | }; | 250 | }; |
251 | 251 | ||
252 | struct linux_prom_ebus_ranges { | ||
253 | unsigned int child_phys_hi; | ||
254 | unsigned int child_phys_lo; | ||
255 | |||
256 | unsigned int parent_phys_hi; | ||
257 | unsigned int parent_phys_mid; | ||
258 | unsigned int parent_phys_lo; | ||
259 | |||
260 | unsigned int size; | ||
261 | }; | ||
262 | |||
263 | struct linux_prom_ebus_intmap { | ||
264 | unsigned int phys_hi; | ||
265 | unsigned int phys_lo; | ||
266 | |||
267 | unsigned int interrupt; | ||
268 | |||
269 | int cnode; | ||
270 | unsigned int cinterrupt; | ||
271 | }; | ||
272 | |||
273 | struct linux_prom_ebus_intmask { | ||
274 | unsigned int phys_hi; | ||
275 | unsigned int phys_lo; | ||
276 | unsigned int interrupt; | ||
277 | }; | ||
278 | #endif /* !(__ASSEMBLY__) */ | 252 | #endif /* !(__ASSEMBLY__) */ |
279 | 253 | ||
280 | #endif /* !(__SPARC64_OPENPROM_H) */ | 254 | #endif /* !(__SPARC64_OPENPROM_H) */ |