summaryrefslogtreecommitdiffstats
path: root/sys/dev/ppbus/if_plip.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/ppbus/if_plip.c')
-rw-r--r--sys/dev/ppbus/if_plip.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/ppbus/if_plip.c b/sys/dev/ppbus/if_plip.c
index 6a4117a..3ba5b78 100644
--- a/sys/dev/ppbus/if_plip.c
+++ b/sys/dev/ppbus/if_plip.c
@@ -196,7 +196,8 @@ lp_probe(device_t dev)
{
device_t ppbus = device_get_parent(dev);
struct lp_data *lp;
- int irq, zero = 0;
+ int zero = 0;
+ u_long irq;
lp = DEVTOSOFTC(dev);
bzero(lp, sizeof(struct lp_data));
OpenPOWER on IntegriCloud