diff options
author | Robert Watson <rwatson@FreeBSD.org> | 2009-02-12 23:55:35 +0000 |
---|---|---|
committer | Robert Watson <rwatson@FreeBSD.org> | 2009-02-12 23:55:35 +0000 |
commit | 6d0147064dbbb37f0d15180c69b3e6fd7c78ade6 (patch) | |
tree | 75e0623de6e6fd2cf4d5e70342602522ad2f8445 /sys/dev/cm | |
parent | 47a7b0fa212aa608afc0f5284c56242bdf8ce8df (diff) | |
download | src-test2-6d0147064dbbb37f0d15180c69b3e6fd7c78ade6.tar.gz src-test2-6d0147064dbbb37f0d15180c69b3e6fd7c78ade6.zip |
Notes
Diffstat (limited to 'sys/dev/cm')
-rw-r--r-- | sys/dev/cm/smc90cx6.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/dev/cm/smc90cx6.c b/sys/dev/cm/smc90cx6.c index be0d87196237..1dda17ff6b3f 100644 --- a/sys/dev/cm/smc90cx6.c +++ b/sys/dev/cm/smc90cx6.c @@ -861,14 +861,10 @@ cm_ioctl(ifp, command, data) caddr_t data; { struct cm_softc *sc; - struct ifaddr *ifa; - struct ifreq *ifr; int error; error = 0; sc = ifp->if_softc; - ifa = (struct ifaddr *)data; - ifr = (struct ifreq *)data; #if defined(CM_DEBUG) && (CM_DEBUG > 2) if_printf(ifp, "ioctl() called, cmd = 0x%lx\n", command); |