Remove bt_softcs. It is no longer used.
This commit is contained in:
parent
8a5b766bdf
commit
e6f911dc6f
@ -29,7 +29,7 @@
|
||||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* $Id: bt.c,v 1.17 1999/04/18 19:03:50 peter Exp $
|
||||
* $Id: bt.c,v 1.18 1999/04/23 23:28:19 gibbs Exp $
|
||||
*/
|
||||
|
||||
/*
|
||||
@ -80,8 +80,6 @@
|
||||
#define MAX(a, b) ((a) > (b) ? (a) : (b))
|
||||
#endif
|
||||
|
||||
struct bt_softc *bt_softcs[NBT];
|
||||
|
||||
/* MailBox Management functions */
|
||||
static __inline void btnextinbox(struct bt_softc *bt);
|
||||
static __inline void btnextoutbox(struct bt_softc *bt);
|
||||
|
@ -30,7 +30,7 @@
|
||||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* $Id: btreg.h,v 1.6 1999/04/18 15:50:33 peter Exp $
|
||||
* $Id: btreg.h,v 1.7 1999/04/23 23:28:20 gibbs Exp $
|
||||
*/
|
||||
|
||||
#ifndef _BTREG_H_
|
||||
@ -664,7 +664,6 @@ struct bt_softc {
|
||||
char model[5];
|
||||
};
|
||||
|
||||
extern struct bt_softc *bt_softcs[]; /* XXX Config should handle this */
|
||||
extern u_long bt_unit;
|
||||
|
||||
#define BT_TEMP_UNIT 0xFF /* Unit for probes */
|
||||
|
Loading…
Reference in New Issue
Block a user