Small fixes to make the Fintek F71805f compile (trivial)

Signed-off-by: Corey Osgood <corey.osgood@gmail.com>
Acked-by: Corey Osgood <corey.osgood@gmail.com>



git-svn-id: svn://coreboot.org/repository/coreboot-v3@645 f3766cd6-281f-0410-b1cd-43a5c92072e9
This commit is contained in:
Corey Osgood 2008-03-24 05:59:53 +00:00
parent 2db0a5aea7
commit 855bcc284d

View file

@ -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)