summaryrefslogtreecommitdiff
path: root/sys/dev/ppbus
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2005-03-17 09:32:37 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2005-03-17 09:32:37 +0000
commitcac283487f4be272d7cd9affd2f0520f0d70d196 (patch)
treedd8724e1f9c8c48493f035e722e59a2d8b356add /sys/dev/ppbus
parent572b4402d10280b03bc4d67a298fdd9b2600c66f (diff)
Notes
Diffstat (limited to 'sys/dev/ppbus')
-rw-r--r--sys/dev/ppbus/lpt.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/sys/dev/ppbus/lpt.c b/sys/dev/ppbus/lpt.c
index 251f56e594fb..e096cadadee2 100644
--- a/sys/dev/ppbus/lpt.c
+++ b/sys/dev/ppbus/lpt.c
@@ -353,13 +353,7 @@ lpt_identify(driver_t *driver, device_t parent)
static int
lpt_probe(device_t dev)
{
- struct lpt_data *sc;
-
- sc = DEVTOSOFTC(dev);
- /*
- * Now, try to detect the printer.
- */
if (!lpt_detect(dev))
return (ENXIO);