diff options
| author | Brooks Davis <brooks@FreeBSD.org> | 2003-10-30 23:30:35 +0000 |
|---|---|---|
| committer | Brooks Davis <brooks@FreeBSD.org> | 2003-10-30 23:30:35 +0000 |
| commit | 29f245657a68704c64561e95380755327defbdb7 (patch) | |
| tree | 069d25f43a4159c36cf470b741d5203b11f3ffd6 /sys/dev/ppbus | |
| parent | 083fbfa64a8c5f557d3948f7eadf856f7fc3f000 (diff) | |
Notes
Diffstat (limited to 'sys/dev/ppbus')
| -rw-r--r-- | sys/dev/ppbus/if_plip.c | 3 |
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"); |
