]> git.baikalelectronics.ru Git - kernel.git/commit
gpio: intel-mid: Remove linux/module.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)
commit947a57bb0ee2e419a9c5127c78fd07ccfa3fd7f5
tree0a777d8ae57f2b059be7279738782b811857e4ed
parentb1e404e213af89fc89ba97451a7aa6a895aeaacb
gpio: intel-mid: Remove linux/module.h and sort headers

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

Remove redundant inclusion.

While here, remove no-op macro and sort header block alphabetically
for easy maintenance.

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