forked from Imagelibrary/rtems
libcpu/arm/pxa255/ffuart/ffuart.c: Fix warning
This commit is contained in:
@@ -204,7 +204,7 @@ static int ffuart_set_attributes(int minor, const struct termios *t)
|
||||
* Read from UART. This is used in the exit code, and can't
|
||||
* rely on interrupts.
|
||||
*/
|
||||
int ffuart_poll_read(int minor)
|
||||
static int ffuart_poll_read(int minor)
|
||||
{
|
||||
return ffuart_read(minor);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user