OSDN Git Service

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)
commitddc53c40cbe7b13d1086cf3b5fdc5c074a289d18
tree0a777d8ae57f2b059be7279738782b811857e4ed
parenta3bb44bcb3a06b43940576f9749020a42d31a9c0
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