diff options
author | Andy Shevchenko <[email protected]> | 2024-05-03 20:16:05 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2024-05-04 18:09:30 +0200 |
commit | aa0bb2092e090872739a32928feb12729f97bb9a (patch) | |
tree | 3bfc9500b3e6b4623c79cf6f89bae76179d0c360 | |
parent | fa52ed247cfe3cbf008d70bc5831f5faf446e088 (diff) |
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]>
-rw-r--r-- | drivers/tty/serial/8250/8250_exar.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/tty/serial/8250/8250_exar.c b/drivers/tty/serial/8250/8250_exar.c index 85085b73706c..616128254bbd 100644 --- a/drivers/tty/serial/8250/8250_exar.c +++ b/drivers/tty/serial/8250/8250_exar.c @@ -6,6 +6,7 @@ * * Copyright (C) 2017 Sudip Mukherjee, All Rights Reserved. */ +#include <linux/bitfield.h> #include <linux/bits.h> #include <linux/delay.h> #include <linux/device.h> @@ -20,7 +21,6 @@ #include <linux/property.h> #include <linux/string.h> #include <linux/types.h> -#include <linux/bitfield.h> #include <linux/serial_8250.h> #include <linux/serial_core.h> |