summaryrefslogtreecommitdiff
path: root/drivers/tty
diff options
context:
space:
mode:
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>2024-05-03 20:16:05 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2024-05-04 19:09:30 +0300
commitaa0bb2092e090872739a32928feb12729f97bb9a (patch)
tree3bfc9500b3e6b4623c79cf6f89bae76179d0c360 /drivers/tty
parentfa52ed247cfe3cbf008d70bc5831f5faf446e088 (diff)
downloadlinux-aa0bb2092e090872739a32928feb12729f97bb9a.tar.xz
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>
Diffstat (limited to 'drivers/tty')
-rw-r--r--drivers/tty/serial/8250/8250_exar.c2
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>