Skip to content

Commit aa0bb20

Browse files
andy-shevgregkh
authored andcommitted
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>
1 parent fa52ed2 commit aa0bb20

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/tty/serial/8250/8250_exar.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
*
77
* Copyright (C) 2017 Sudip Mukherjee, All Rights Reserved.
88
*/
9+
#include <linux/bitfield.h>
910
#include <linux/bits.h>
1011
#include <linux/delay.h>
1112
#include <linux/device.h>
@@ -20,7 +21,6 @@
2021
#include <linux/property.h>
2122
#include <linux/string.h>
2223
#include <linux/types.h>
23-
#include <linux/bitfield.h>
2424

2525
#include <linux/serial_8250.h>
2626
#include <linux/serial_core.h>

0 commit comments

Comments
 (0)