mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
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:
parent
2db0a5aea7
commit
855bcc284d
1 changed files with 2 additions and 2 deletions
|
@ -67,13 +67,13 @@ void f71805f_pnp_enable(struct device *dev)
|
||||||
{
|
{
|
||||||
pnp_enter_conf_state(dev);
|
pnp_enter_conf_state(dev);
|
||||||
pnp_set_logical_device(dev);
|
pnp_set_logical_device(dev);
|
||||||
pnp_set_enable(dev, dev->enabled)
|
pnp_set_enable(dev, dev->enabled);
|
||||||
pnp_exit_conf_state(dev);
|
pnp_exit_conf_state(dev);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void f71805f_init(struct device *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;
|
struct resource *res0, *res1;
|
||||||
|
|
||||||
if (!dev->enabled)
|
if (!dev->enabled)
|
||||||
|
|
Loading…
Add table
Reference in a new issue