aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2005-02-09 05:55:54 +0000
committerWarner Losh <imp@FreeBSD.org>2005-02-09 05:55:54 +0000
commit8a3b3c62885fa9b7cc26d0a8c571711ab4d1b94b (patch)
treefe3079c9a0b67cc1f1c6d1efb2316be7bacde3ee /sys/dev
parent3ec2e857c153011e8b5a3f2a4d87b8cf38b633b6 (diff)
Notes
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/ed/if_ed_isa.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/ed/if_ed_isa.c b/sys/dev/ed/if_ed_isa.c
index d9911dfe7da8f..2b963d1ef39b5 100644
--- a/sys/dev/ed/if_ed_isa.c
+++ b/sys/dev/ed/if_ed_isa.c
@@ -66,7 +66,6 @@ static int
ed_isa_probe(dev)
device_t dev;
{
- struct ed_softc *sc = device_get_softc(dev);
int flags = device_get_flags(dev);
int error = 0;