aboutsummaryrefslogtreecommitdiff
path: root/src/superio
diff options
context:
space:
mode:
authorJason Schildt <jschildt@gmail.com>2005-10-25 21:26:19 +0000
committerJason Schildt <jschildt@gmail.com>2005-10-25 21:26:19 +0000
commitc0d2d783978bf41b4182349f4d313386d1b3bfff (patch)
treeebc3eb5bb191f7fa3e6828834cbd7dc81da5607c /src/superio
parent8b26cab08f11ff1d5daa517ee04bdf9ceb5ddc60 (diff)
- See Issue Tracker id-5 "lnxi-patch-5".
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2069 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/superio')
-rw-r--r--src/superio/NSC/pc87360/superio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/superio/NSC/pc87360/superio.c b/src/superio/NSC/pc87360/superio.c
index fc57a95d8e..e564cdfd54 100644
--- a/src/superio/NSC/pc87360/superio.c
+++ b/src/superio/NSC/pc87360/superio.c
@@ -66,7 +66,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);
}