]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitdf40e6b28cc9173ff2af8a450c277ed80ed0e6bf
tree6ed5ed1eebb490f008e8f579535328f8826be619
parent947a57bb0ee2e419a9c5127c78fd07ccfa3fd7f5
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