aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ppbus
diff options
context:
space:
mode:
authorBrooks Davis <brooks@FreeBSD.org>2003-10-30 23:30:35 +0000
committerBrooks Davis <brooks@FreeBSD.org>2003-10-30 23:30:35 +0000
commit29f245657a68704c64561e95380755327defbdb7 (patch)
tree069d25f43a4159c36cf470b741d5203b11f3ffd6 /sys/dev/ppbus
parent083fbfa64a8c5f557d3948f7eadf856f7fc3f000 (diff)
Notes
Diffstat (limited to 'sys/dev/ppbus')
-rw-r--r--sys/dev/ppbus/if_plip.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/dev/ppbus/if_plip.c b/sys/dev/ppbus/if_plip.c
index 828c210016cb8..ad2c3be0647ce 100644
--- a/sys/dev/ppbus/if_plip.c
+++ b/sys/dev/ppbus/if_plip.c
@@ -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");