aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-sparc64/ebus.h
diff options
context:
space:
mode:
authorDavid S. Miller <davem@sunset.davemloft.net>2006-06-22 22:31:11 -0400
committerDavid S. Miller <davem@sunset.davemloft.net>2006-06-24 02:15:30 -0400
commit9c10a58ed634d98114c5717e2da761d8a63f2cd4 (patch)
treecedcda632d937706dec7621a15f3af97b9300791 /include/asm-sparc64/ebus.h
parent690c8fd31f1e35985d0f35772fde514da59ec9d1 (diff)
[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.h5
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 {
42 int index; 42 int index;
43 int is_rio; 43 int is_rio;
44 struct device_node *prom_node; 44 struct device_node *prom_node;
45 struct linux_prom_ebus_ranges ebus_ranges[PROMREG_MAX];
46 int num_ebus_ranges;
47 struct linux_prom_ebus_intmap ebus_intmap[PROMREG_MAX];
48 int num_ebus_intmap;
49 struct linux_prom_ebus_intmask ebus_intmask;
50}; 45};
51 46
52struct ebus_dma_info { 47struct ebus_dma_info {