summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2004-07-07 20:02:30 +0000
committerphk <phk@FreeBSD.org>2004-07-07 20:02:30 +0000
commitc6505d698d32b1cb1e8655dc19034c544628bc1f (patch)
treebacd1dd25744b400f25de0991772c90c19d22170
parent9f45c1d92e08ca0df8a3120536812394d23d746a (diff)
downloadFreeBSD-src-c6505d698d32b1cb1e8655dc19034c544628bc1f.zip
FreeBSD-src-c6505d698d32b1cb1e8655dc19034c544628bc1f.tar.gz
Fix an oversight in r1.26: remove #ifdef around necessary variable.
Spotted by: philip
-rw-r--r--sys/i386/i386/elan-mmcr.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/i386/i386/elan-mmcr.c b/sys/i386/i386/elan-mmcr.c
index 2bda626..ade7e59 100644
--- a/sys/i386/i386/elan-mmcr.c
+++ b/sys/i386/i386/elan-mmcr.c
@@ -100,9 +100,7 @@ sysctl_machdep_elan_gpio_config(SYSCTL_HANDLER_ARGS)
int i, np, ne;
int error;
char buf[32];
-#ifdef CPU_SOEKRIS
char tmp[10];
-#endif
error = SYSCTL_OUT(req, gpio_config, 33);
if (error != 0 || req->newptr == NULL)
OpenPOWER on IntegriCloud