serial: sc16is7xx: add proper sched.h include for sched_set_fifo()
authorHugo Villeneuve <hvilleneuve@dimonoff.com>
Tue, 9 Apr 2024 15:42:49 +0000 (11:42 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 11 Apr 2024 12:08:07 +0000 (14:08 +0200)
commit2a8e4ab0c93fad30769479f86849e22d63cd0e12
treefe2dc326999ca0d51855de719eb301a0fa5be94b
parentfff4a5d5609db86ccdf1cf5791b7651b7f6a9b19
serial: sc16is7xx: add proper sched.h include for sched_set_fifo()

Replace incorrect include with the proper one for sched_set_fifo()
declaration.

Fixes: 28d2f209cd16 ("sched,serial: Convert to sched_set_fifo()")
Signed-off-by: Hugo Villeneuve <hvilleneuve@dimonoff.com>
Link: https://lore.kernel.org/r/20240409154253.3043822-2-hugo@hugovil.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/sc16is7xx.c