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>
This commit is contained in:
Elyes HAOUAS 2020-09-10 13:19:17 +02:00 committed by Michael Niewöhner
parent d0e18ff0cb
commit fbc36dc4b0
1 changed files with 0 additions and 3 deletions

View File

@ -83,7 +83,6 @@ static u8 function_ram[] = {
0xb4,0x7b,0xb5,0x7c,0x00,0x00,0x55,0x79, /* (0xfc-0xff) */ 0xb4,0x7b,0xb5,0x7c,0x00,0x00,0x55,0x79, /* (0xfc-0xff) */
}; };
#define KBD_DATA 0x60 #define KBD_DATA 0x60
#define KBD_SC 0x64 #define KBD_SC 0x64
@ -129,7 +128,6 @@ static int send_kbd_data(u8 data)
return 0; return 0;
} }
static u8 recv_kbd_data(void) static u8 recv_kbd_data(void)
{ {
int timeout; int timeout;
@ -153,7 +151,6 @@ static u8 recv_kbd_data(void)
return data; return data;
} }
static u8 m3885_get_variable(u8 index) static u8 m3885_get_variable(u8 index)
{ {
u8 ret; u8 ret;