From 855bcc284d372962bd85df1fd994f8a7208cdb89 Mon Sep 17 00:00:00 2001 From: Corey Osgood Date: Mon, 24 Mar 2008 05:59:53 +0000 Subject: [PATCH] Small fixes to make the Fintek F71805f compile (trivial) Signed-off-by: Corey Osgood Acked-by: Corey Osgood git-svn-id: svn://coreboot.org/repository/coreboot-v3@645 f3766cd6-281f-0410-b1cd-43a5c92072e9 --- superio/fintek/f71805f/superio.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/superio/fintek/f71805f/superio.c b/superio/fintek/f71805f/superio.c index 2598b20a91..0298282923 100644 --- a/superio/fintek/f71805f/superio.c +++ b/superio/fintek/f71805f/superio.c @@ -67,13 +67,13 @@ void f71805f_pnp_enable(struct device *dev) { pnp_enter_conf_state(dev); pnp_set_logical_device(dev); - pnp_set_enable(dev, dev->enabled) + pnp_set_enable(dev, dev->enabled); pnp_exit_conf_state(dev); } static void f71805f_init(struct device *dev) { - struct superio_smsc_f71805f_config *conf = dev->chip_info; + struct superio_fintek_f71805f_config *conf = dev->device_configuration; struct resource *res0, *res1; if (!dev->enabled)