Remove unused lp_unit member from softc.

This commit is contained in:
brooks 2003-10-30 23:30:35 +00:00
parent 2d41b33ff5
commit 186226fb16

View File

@ -146,8 +146,6 @@ static int volatile lptflag = 0;
#endif
struct lp_data {
unsigned short lp_unit;
struct ifnet sc_if;
u_char *sc_ifbuf;
int sc_iferrs;
@ -222,7 +220,6 @@ lp_probe(device_t dev)
/*
* lp dependent initialisation.
*/
lp->lp_unit = device_get_unit(dev);
device_set_desc(dev, "PLIP network interface");