From b3928d6647bd84149a2e9e4109058050e1ced21a Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Sat, 30 Jun 2007 19:37:14 +0000 Subject: [PATCH] Small fix (trivial). Signed-off-by: Uwe Hermann Acked-by: Uwe Hermann git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@425 f3766cd6-281f-0410-b1cd-43a5c92072e9 --- superio/winbond/w83627hf/superio.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/superio/winbond/w83627hf/superio.c b/superio/winbond/w83627hf/superio.c index 1992dc30ed..04ba246c32 100644 --- a/superio/winbond/w83627hf/superio.c +++ b/superio/winbond/w83627hf/superio.c @@ -9,7 +9,7 @@ * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License. + * the Free Software Foundation; version 2 of the License. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -39,6 +39,7 @@ static void pnp_enter_ext_func_mode(struct device * dev) outb(0x87, dev->path.u.pnp.port); outb(0x87, dev->path.u.pnp.port); } + static void pnp_exit_ext_func_mode(struct device * dev) { outb(0xaa, dev->path.u.pnp.port);