summaryrefslogtreecommitdiffstats
path: root/sys/dev/rp/rp_pci.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/rp/rp_pci.c')
-rw-r--r--sys/dev/rp/rp_pci.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/rp/rp_pci.c b/sys/dev/rp/rp_pci.c
index f7a080c..46ed561 100644
--- a/sys/dev/rp/rp_pci.c
+++ b/sys/dev/rp/rp_pci.c
@@ -104,7 +104,7 @@ static devclass_t rp_devclass;
static int rp_pciprobe(device_t dev);
static int rp_pciattach(device_t dev);
-#if notdef
+#ifdef notdef
static int rp_pcidetach(device_t dev);
static int rp_pcishutdown(device_t dev);
#endif /* notdef */
@@ -306,7 +306,7 @@ sPCIInitController( CONTROLLER_t *CtlP,
CtlP->AiopNumChan[i] = 8;
break;
default:
-#if notdef
+#ifdef notdef
CtlP->AiopNumChan[i] = 8;
#else
CtlP->AiopNumChan[i] = sReadAiopNumChan(CtlP, i);
OpenPOWER on IntegriCloud