aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-sparc64/ebus.h
diff options
context:
space:
mode:
authorDavid S. Miller <davem@sunset.davemloft.net>2006-06-22 19:31:11 -0700
committerDavid S. Miller <davem@sunset.davemloft.net>2006-06-23 23:15:30 -0700
commit9c10a58ed634d98114c5717e2da761d8a63f2cd4 (patch)
treecedcda632d937706dec7621a15f3af97b9300791 /include/asm-sparc64/ebus.h
parent[SPARC64]: Use in-kernel PROM tree for EBUS and ISA. (diff)
downloadlinux-dev-9c10a58ed634d98114c5717e2da761d8a63f2cd4.tar.xz
linux-dev-9c10a58ed634d98114c5717e2da761d8a63f2cd4.zip
[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 {
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 {