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 <[email protected]> Tested-by: Parker Newman <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent fa52ed2 commit aa0bb20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)