aboutsummaryrefslogtreecommitdiff
path: root/src/pc80
diff options
context:
space:
mode:
Diffstat (limited to 'src/pc80')
-rw-r--r--src/pc80/i8259.c3
-rw-r--r--src/pc80/keyboard.c2
2 files changed, 1 insertions, 4 deletions
diff --git a/src/pc80/i8259.c b/src/pc80/i8259.c
index cd3ef0bbcc..8ebcd27dd1 100644
--- a/src/pc80/i8259.c
+++ b/src/pc80/i8259.c
@@ -1,6 +1,3 @@
-
-
-
#include <arch/io.h>
/* code taken from:
!
diff --git a/src/pc80/keyboard.c b/src/pc80/keyboard.c
index 331f5ab345..d293f714de 100644
--- a/src/pc80/keyboard.c
+++ b/src/pc80/keyboard.c
@@ -5,7 +5,7 @@
/* much better keyboard init courtesy ollie@sis.com.tw
TODO: Typematic Setting, the keyboard is too slow for me */
-void pc_keyboard_init(struct pc_keyboard *keyboard)
+static void pc_keyboard_init(struct pc_keyboard *keyboard)
{
volatile unsigned char regval;