From: Andy Shevchenko Date: Mon, 4 Apr 2016 14:35:11 +0000 (+0300) Subject: serial: 8250_mid: include missed linux/bitops.h X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=dea5ac3ae44f46a4ce3558cb4f48fa7b0a598d46;p=linux-beck.git serial: 8250_mid: include missed linux/bitops.h The BIT() macro, that is definded in bitops.h, is used in the driver. Include necessary header for that. While here, reorder included headers alphabetically. Reviewed-by: Heikki Krogerus Signed-off-by: Andy Shevchenko Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/tty/serial/8250/8250_mid.c b/drivers/tty/serial/8250/8250_mid.c index ed489880e62b..e8122375aa18 100644 --- a/drivers/tty/serial/8250/8250_mid.c +++ b/drivers/tty/serial/8250/8250_mid.c @@ -9,9 +9,10 @@ * published by the Free Software Foundation. */ -#include +#include #include #include +#include #include #include