aboutsummaryrefslogtreecommitdiff
path: root/src/superio/NSC/pc97307/superio.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/superio/NSC/pc97307/superio.c')
-rw-r--r--src/superio/NSC/pc97307/superio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/superio/NSC/pc97307/superio.c b/src/superio/NSC/pc97307/superio.c
index 2f06b766e0..ebe5d36ee2 100644
--- a/src/superio/NSC/pc97307/superio.c
+++ b/src/superio/NSC/pc97307/superio.c
@@ -72,7 +72,7 @@ static struct pnp_info pnp_dev_info[] = {
static void enable_dev(struct device *dev)
{
- pnp_enable_devices(dev, &pnp_ops,
+ pnp_enable_devices(dev, &ops,
sizeof(pnp_dev_info)/sizeof(pnp_dev_info[0]), pnp_dev_info);
}