no warnings day
Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5371 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
committed by
Stefan Reinauer
parent
e9de1e2609
commit
eea66b7c35
@@ -47,7 +47,7 @@ static void w83627hf_enable_serial(device_t dev, unsigned iobase)
|
||||
pnp_exit_ext_func_mode(dev);
|
||||
}
|
||||
|
||||
static void w83627hf_set_clksel_48(device_t dev)
|
||||
static inline void w83627hf_set_clksel_48(device_t dev)
|
||||
{
|
||||
unsigned port = dev >> 8;
|
||||
pnp_enter_ext_func_mode(dev);
|
||||
|
@@ -44,7 +44,7 @@ static void pnp_exit_ext_func_mode(device_t dev)
|
||||
static void w83697hf_init(device_t dev)
|
||||
{
|
||||
struct superio_winbond_w83697hf_config *conf;
|
||||
struct resource *res0, *res1;
|
||||
struct resource *res0;
|
||||
|
||||
if (!dev->enabled)
|
||||
return;
|
||||
|
Reference in New Issue
Block a user