cleanup code to remove warnings
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1482 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
27916da0a9
commit
23e2e18960
8 changed files with 8 additions and 7 deletions
|
|
@ -48,7 +48,7 @@ unsigned char ttyS0_rx_byte(void)
|
|||
return uart8250_rx_byte(TTYS0_BASE);
|
||||
}
|
||||
|
||||
int ttyS0_tst_byte(unsigned char data)
|
||||
int ttyS0_tst_byte(void)
|
||||
{
|
||||
return uart8250_can_rx_byte(TTYS0_BASE);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue