diff options
author | David S. Miller <davem@davemloft.net> | 2006-06-29 23:27:13 +0200 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2006-06-30 01:37:08 +0200 |
commit | 286bbe87c143ca7ecee5bb499cd78048c5a05d49 (patch) | |
tree | 0bdb16fafa3012160cbe27bd6fc5957f658f485b /include/asm-sparc64/sbus.h | |
parent | [PATCH] usb gadget: fixup pxa2xx_udc to include asm/arch/udc.h again (diff) | |
download | linux-286bbe87c143ca7ecee5bb499cd78048c5a05d49.tar.xz linux-286bbe87c143ca7ecee5bb499cd78048c5a05d49.zip |
[SPARC64]: Kill starfire_cookie from SBUS/PCI.
Totally unused.
We need to traverse the list of global IRQ translaters,
so storing it in the per-bus structures was useless.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/asm-sparc64/sbus.h')
-rw-r--r-- | include/asm-sparc64/sbus.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/asm-sparc64/sbus.h b/include/asm-sparc64/sbus.h index 56ee985e4605..7efd49d31bb8 100644 --- a/include/asm-sparc64/sbus.h +++ b/include/asm-sparc64/sbus.h @@ -80,7 +80,6 @@ struct sbus_bus { int num_sbus_ranges; int portid; - void *starfire_cookie; }; #define to_sbus(d) container_of(d, struct sbus_bus, ofdev.dev) |