aboutsummaryrefslogtreecommitdiff
path: root/src/superio/winbond/w83697hf/superio.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/superio/winbond/w83697hf/superio.c')
-rw-r--r--src/superio/winbond/w83697hf/superio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/superio/winbond/w83697hf/superio.c b/src/superio/winbond/w83697hf/superio.c
index c5108250b1..53e2a2bddb 100644
--- a/src/superio/winbond/w83697hf/superio.c
+++ b/src/superio/winbond/w83697hf/superio.c
@@ -44,7 +44,7 @@ static void pnp_exit_ext_func_mode(device_t dev)
static void w83697hf_init(device_t dev)
{
struct superio_winbond_w83697hf_config *conf;
- struct resource *res0, *res1;
+ struct resource *res0;
if (!dev->enabled)
return;