mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-12 05:25:11 -04:00
sh: Removed warning when compiling drivers/serial/serial_sh.c.
Signed-off-by: Mark Jonas <mark.jonas@de.bosch.com> Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
This commit is contained in:
parent
f309fa3892
commit
4be9eb789e
@ -112,11 +112,6 @@ int serial_init (void)
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
static int serial_tx_fifo_level (void)
|
|
||||||
{
|
|
||||||
return (*SCFDR >> 8) & FIFOLEVEL_MASK;
|
|
||||||
}
|
|
||||||
|
|
||||||
static int serial_rx_fifo_level (void)
|
static int serial_rx_fifo_level (void)
|
||||||
{
|
{
|
||||||
#if defined(CONFIG_SH4A)
|
#if defined(CONFIG_SH4A)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user