Fix an oversight in r1.26: remove #ifdef around necessary variable.

Spotted by:	philip
This commit is contained in:
phk 2004-07-07 20:02:30 +00:00
parent 6e28d19886
commit 8af3a746c3

View File

@ -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)