From 7f704259162db33b9596cd1709cf9e6af12e5d7a Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Thu, 28 Jan 2010 20:38:52 +0000 Subject: [PATCH] trim unused members of the softc. --- sys/mips/cavium/obiovar.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/sys/mips/cavium/obiovar.h b/sys/mips/cavium/obiovar.h index ab8b6b225b4c..3b58fe631ad0 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_ */