aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/mainboard/roda/rk886ex/m3885.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mainboard/roda/rk886ex/m3885.c b/src/mainboard/roda/rk886ex/m3885.c
index 59dd575670..b54e10043a 100644
--- a/src/mainboard/roda/rk886ex/m3885.c
+++ b/src/mainboard/roda/rk886ex/m3885.c
@@ -83,7 +83,6 @@ static u8 function_ram[] = {
0xb4,0x7b,0xb5,0x7c,0x00,0x00,0x55,0x79, /* (0xfc-0xff) */
};
-
#define KBD_DATA 0x60
#define KBD_SC 0x64
@@ -129,7 +128,6 @@ static int send_kbd_data(u8 data)
return 0;
}
-
static u8 recv_kbd_data(void)
{
int timeout;
@@ -153,7 +151,6 @@ static u8 recv_kbd_data(void)
return data;
}
-
static u8 m3885_get_variable(u8 index)
{
u8 ret;