From: Andy Shevchenko Date: Mon, 19 Feb 2024 15:05:03 +0000 (+0200) Subject: serial: 8250_exar: Don't use "proxy" headers X-Git-Tag: microblaze-v6.10~39^2~44 X-Git-Url: http://git.monstr.eu/?a=commitdiff_plain;h=66c736daae0d1dd5dda53a1982398f383d82c42d;p=linux-2.6-microblaze.git serial: 8250_exar: Don't use "proxy" headers Update header inclusions to follow IWYU (Include What You Use) principle. Signed-off-by: Andy Shevchenko Link: https://lore.kernel.org/r/20240219150627.2101198-8-andriy.shevchenko@linux.intel.com Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/tty/serial/8250/8250_exar.c b/drivers/tty/serial/8250/8250_exar.c index afe577860ac5..0440df7de1ed 100644 --- a/drivers/tty/serial/8250/8250_exar.c +++ b/drivers/tty/serial/8250/8250_exar.c @@ -6,20 +6,24 @@ * * Copyright (C) 2017 Sudip Mukherjee, All Rights Reserved. */ +#include +#include +#include #include +#include #include -#include +#include #include #include #include #include #include +#include +#include + +#include #include #include -#include -#include -#include -#include #include