summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2010-01-28 20:38:52 +0000
committerimp <imp@FreeBSD.org>2010-01-28 20:38:52 +0000
commitbb75574462fcee85438568e1e994543daf1966e0 (patch)
tree2e88765221f0d06ca2ed2219924fa6c24bd2f09b
parent5fbacf28604f9c5e4b51a2a27d52c832d5f3ce3a (diff)
downloadFreeBSD-src-bb75574462fcee85438568e1e994543daf1966e0.zip
FreeBSD-src-bb75574462fcee85438568e1e994543daf1966e0.tar.gz
trim unused members of the softc.
-rw-r--r--sys/mips/cavium/obiovar.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/mips/cavium/obiovar.h b/sys/mips/cavium/obiovar.h
index ab8b6b2..3b58fe6 100644
--- a/sys/mips/cavium/obiovar.h
+++ b/sys/mips/cavium/obiovar.h
@@ -47,12 +47,9 @@ struct obio_softc {
bus_space_tag_t oba_st; /* bus space tag */
bus_addr_t oba_addr; /* address of device */
bus_size_t oba_size; /* size of device */
- int oba_width; /* bus width */
- int oba_irq; /* XINT interrupt bit # */
struct rman oba_rman;
struct rman oba_irq_rman;
};
-extern struct bus_space obio_bs_tag;
#endif /* _OCTEON_OBIOVAR_H_ */
OpenPOWER on IntegriCloud