summaryrefslogtreecommitdiff
path: root/sys/dev/fdc
diff options
context:
space:
mode:
authorNate Lawson <njl@FreeBSD.org>2004-10-15 04:54:16 +0000
committerNate Lawson <njl@FreeBSD.org>2004-10-15 04:54:16 +0000
commit926660271c3fe853cac4d184ea8ac2133061dedf (patch)
treed4809ffb9da50a37748e800fa98fe249cd14fb12 /sys/dev/fdc
parent1ab4eff43b0b363882d15f84d00cd746a82d8042 (diff)
Notes
Diffstat (limited to 'sys/dev/fdc')
-rw-r--r--sys/dev/fdc/fdc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/fdc/fdc.c b/sys/dev/fdc/fdc.c
index c17e5f22a46c..ecbc85032c54 100644
--- a/sys/dev/fdc/fdc.c
+++ b/sys/dev/fdc/fdc.c
@@ -1682,7 +1682,6 @@ fdc_detach(device_t dev)
device_t
fdc_add_child(device_t dev, const char *name, int unit)
{
- int flags;
struct fdc_ivars *ivar;
device_t child;