summaryrefslogtreecommitdiffstats
path: root/sys/dev/fxp
diff options
context:
space:
mode:
authorbrooks <brooks@FreeBSD.org>2005-06-06 02:12:12 +0000
committerbrooks <brooks@FreeBSD.org>2005-06-06 02:12:12 +0000
commit2c51347b036f0380ae17b2b011fac30f353718e5 (patch)
tree939e0a19b34409b81c49a3dcb81bae4f76d8a7fb /sys/dev/fxp
parent121a997522b58248a06f3843f767e1c7e181f5be (diff)
downloadFreeBSD-src-2c51347b036f0380ae17b2b011fac30f353718e5.zip
FreeBSD-src-2c51347b036f0380ae17b2b011fac30f353718e5.tar.gz
Remove some variables the last commit stopped using so the code compiles.
Diffstat (limited to 'sys/dev/fxp')
-rw-r--r--sys/dev/fxp/if_fxp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/fxp/if_fxp.c b/sys/dev/fxp/if_fxp.c
index 774128c..d07ab2f 100644
--- a/sys/dev/fxp/if_fxp.c
+++ b/sys/dev/fxp/if_fxp.c
@@ -943,7 +943,7 @@ static int
fxp_suspend(device_t dev)
{
struct fxp_softc *sc = device_get_softc(dev);
- int i, s;
+ int s;
FXP_LOCK(sc);
s = splimp();
@@ -968,7 +968,7 @@ fxp_resume(device_t dev)
struct fxp_softc *sc = device_get_softc(dev);
struct ifnet *ifp = &sc->sc_if;
uint16_t pci_command;
- int i, s;
+ int s;
FXP_LOCK(sc);
s = splimp();
OpenPOWER on IntegriCloud