serial: 8250_mid: include missed linux/bitops.h
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Mon, 4 Apr 2016 14:35:11 +0000 (17:35 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 30 Apr 2016 16:26:55 +0000 (09:26 -0700)
commitdea5ac3ae44f46a4ce3558cb4f48fa7b0a598d46
treea9d6d40a8139cfee8ad1b3f40ef566c1efa5d7aa
parentc42850f1ae7e70056f852e67bb9dddf927853b47
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 <heikki.krogerus@linux.intel.com>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/8250/8250_mid.c
This page took 0.025474 seconds and 5 git commands to generate.