gpio: lynxpoint: Remove linux/init.h and sort headers
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Tue, 4 Sep 2018 11:26:25 +0000 (14:26 +0300)
committerAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Fri, 7 Dec 2018 15:34:06 +0000 (17:34 +0200)
commit92c286267d62c40a7bab85f303d467085954ee3b
tree6ed5ed1eebb490f008e8f579535328f8826be619
parentddc53c40cbe7b13d1086cf3b5fdc5c074a289d18
gpio: lynxpoint: Remove linux/init.h and sort headers

There is no need to include linux/init.h when at the same time
we include linux/module.h.

Remove redundant inclusion.

While here, sort header block alphabetically for easy maintenance.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
drivers/gpio/gpio-lynxpoint.c