Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

serial: 8250_exar: Keep the includes sorted

Keep the includes sorted.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Tested-by: Parker Newman <pnewman@connecttech.com>
Link: https://lore.kernel.org/r/20240503171917.2921250-14-andriy.shevchenko@linux.intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Andy Shevchenko and committed by
Greg Kroah-Hartman
aa0bb209 fa52ed24

+1 -1
+1 -1
drivers/tty/serial/8250/8250_exar.c
··· 6 6 * 7 7 * Copyright (C) 2017 Sudip Mukherjee, All Rights Reserved. 8 8 */ 9 + #include <linux/bitfield.h> 9 10 #include <linux/bits.h> 10 11 #include <linux/delay.h> 11 12 #include <linux/device.h> ··· 21 20 #include <linux/property.h> 22 21 #include <linux/string.h> 23 22 #include <linux/types.h> 24 - #include <linux/bitfield.h> 25 23 26 24 #include <linux/serial_8250.h> 27 25 #include <linux/serial_core.h>