aboutsummaryrefslogtreecommitdiff
path: root/src/superio/winbond/w83977f/superio.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/superio/winbond/w83977f/superio.c')
-rw-r--r--src/superio/winbond/w83977f/superio.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/superio/winbond/w83977f/superio.c b/src/superio/winbond/w83977f/superio.c
index f990b46cab..b084b11d97 100644
--- a/src/superio/winbond/w83977f/superio.c
+++ b/src/superio/winbond/w83977f/superio.c
@@ -76,11 +76,11 @@ static void w83977f_enable(device_t dev)
}
static struct device_operations ops = {
- .read_resources = pnp_read_resources,
- .set_resources = w83977f_set_resources,
- .enable_resources = w83977f_enable_resources,
- .enable = w83977f_enable,
- .init = w83977f_init,
+ .read_resources = pnp_read_resources,
+ .set_resources = w83977f_set_resources,
+ .enable_resources = w83977f_enable_resources,
+ .enable = w83977f_enable,
+ .init = w83977f_init,
};
static struct pnp_info pnp_dev_info[] = {