aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2020-09-10 13:19:17 +0200
committerMichael Niewöhner <foss@mniewoehner.de>2020-09-21 16:04:18 +0000
commitfbc36dc4b0c18640c6b74ac426410542b76ba321 (patch)
tree69320a7fd68347a04d49c37cf297fdd939431fc9 /src
parentd0e18ff0cbffd0c40c8a5d224f7da67b09292e51 (diff)
mb/roda/rk886ex: Drop unneeded empty lines
Change-Id: I229d3995983a05cdd7fef1609a65f31b9f8f2969 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/45251 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Michael Niewöhner <foss@mniewoehner.de>
Diffstat (limited to 'src')
-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;