Fix an oversight in r1.26: remove #ifdef around necessary variable.
Spotted by: philip
This commit is contained in:
parent
6e28d19886
commit
8af3a746c3
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user