]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit7b758827d2ece81f1f90ed2b8e1e41156fb5f55f
treea9d6d40a8139cfee8ad1b3f40ef566c1efa5d7aa
parent5bf8c6bc308dbbc6f06a2d5fe1c1ed1539b7215c
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