summaryrefslogtreecommitdiffstats
path: root/sys/dev/ppbus
diff options
context:
space:
mode:
authorn_hibma <n_hibma@FreeBSD.org>2000-07-18 20:16:36 +0000
committern_hibma <n_hibma@FreeBSD.org>2000-07-18 20:16:36 +0000
commit13097772852524267b1499549c9ab0215807ee23 (patch)
tree233c66b17500f18cf83f94693fa22c6966a28146 /sys/dev/ppbus
parente8d207baf6822e252e59e42e2b43cfc80662ad5f (diff)
downloadFreeBSD-src-13097772852524267b1499549c9ab0215807ee23.zip
FreeBSD-src-13097772852524267b1499549c9ab0215807ee23.tar.gz
Remove an unused variable warning.
Diffstat (limited to 'sys/dev/ppbus')
-rw-r--r--sys/dev/ppbus/ppi.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/ppbus/ppi.c b/sys/dev/ppbus/ppi.c
index 62c4e32..56f0b11 100644
--- a/sys/dev/ppbus/ppi.c
+++ b/sys/dev/ppbus/ppi.c
@@ -168,10 +168,8 @@ ppi_attach(device_t dev)
#ifdef PERIPH_1284
uintptr_t irq;
int zero = 0;
-#endif /* PERIPH_1284 */
struct ppi_data *ppi = DEVTOSOFTC(dev);
-#ifdef PERIPH_1284
/* retrive the irq */
BUS_READ_IVAR(device_get_parent(dev), dev, PPBUS_IVAR_IRQ, &irq);
OpenPOWER on IntegriCloud