aboutsummaryrefslogtreecommitdiff
path: root/src/superio/fintek/f71889/early_serial.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/superio/fintek/f71889/early_serial.c')
-rw-r--r--src/superio/fintek/f71889/early_serial.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/superio/fintek/f71889/early_serial.c b/src/superio/fintek/f71889/early_serial.c
index 9623cbd2a3..5e11474dd6 100644
--- a/src/superio/fintek/f71889/early_serial.c
+++ b/src/superio/fintek/f71889/early_serial.c
@@ -18,8 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#include <stdint.h>
#include <arch/io.h>
+#include <device/pnp.h>
#include "f71889.h"
static void pnp_enter_conf_state(device_t dev)
@@ -35,7 +35,7 @@ static void pnp_exit_conf_state(device_t dev)
outb(0xaa, port);
}
-static void f71889_enable_serial(device_t dev, u16 iobase)
+void f71889_enable_serial(device_t dev, u16 iobase)
{
pnp_enter_conf_state(dev);
pnp_set_logical_device(dev);