mirror of
https://github.com/smaeul/u-boot.git
synced 2025-10-14 04:46:01 +01:00
serial: remove nulldev_serial_input
nulldev_serial_input is static and not used in this file, so remove it. Signed-off-by: Heiko Schocher <hs@denx.de> Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
6d7ac6a148
commit
0129f2d8ee
@ -22,11 +22,6 @@ static int nulldev_serial_pending(struct udevice *dev, bool input)
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
static int nulldev_serial_input(struct udevice *dev)
|
|
||||||
{
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
static int nulldev_serial_putc(struct udevice *dev, const char ch)
|
static int nulldev_serial_putc(struct udevice *dev, const char ch)
|
||||||
{
|
{
|
||||||
return 0;
|
return 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user