Since commit a9c3f68f3cd8d (tty: Fix low_latency BUG) in 2014,
tty_flip_buffer_push() is only a wrapper to tty_schedule_flip(). We are
going to remove the former, so call the latter directly in
drivers/tty/serial/.
Signed-off-by: Jiri Slaby <jslaby@xxxxxxx>
drivers/tty/serial/lpc32xx_hs.c | 2 +-