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:
parent
d0e18ff0cb
commit
fbc36dc4b0
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue