diff options
author | David S. Miller <davem@sunset.davemloft.net> | 2006-06-23 06:31:11 +0400 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2006-06-24 10:15:30 +0400 |
commit | 9c10a58ed634d98114c5717e2da761d8a63f2cd4 (patch) | |
tree | cedcda632d937706dec7621a15f3af97b9300791 /include/asm-sparc64/ebus.h | |
parent | 690c8fd31f1e35985d0f35772fde514da59ec9d1 (diff) | |
download | linux-9c10a58ed634d98114c5717e2da761d8a63f2cd4.tar.xz |
[SPARC64]: Kill ebus/isa range and interrupt mapping struct members.
Unused outside of initial bus probe scan.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/asm-sparc64/ebus.h')
-rw-r--r-- | include/asm-sparc64/ebus.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/asm-sparc64/ebus.h b/include/asm-sparc64/ebus.h index 876912f4d83b..545882bd3563 100644 --- a/include/asm-sparc64/ebus.h +++ b/include/asm-sparc64/ebus.h @@ -42,11 +42,6 @@ struct linux_ebus { int index; int is_rio; struct device_node *prom_node; - struct linux_prom_ebus_ranges ebus_ranges[PROMREG_MAX]; - int num_ebus_ranges; - struct linux_prom_ebus_intmap ebus_intmap[PROMREG_MAX]; - int num_ebus_intmap; - struct linux_prom_ebus_intmask ebus_intmask; }; struct ebus_dma_info { |