commit | ddc53c40cbe7b13d1086cf3b5fdc5c074a289d18 | [log] [tgz] |
---|---|---|
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | Tue Sep 04 14:26:25 2018 +0300 |
committer | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | Fri Dec 07 17:34:06 2018 +0200 |
tree | 0a777d8ae57f2b059be7279738782b811857e4ed | |
parent | a3bb44bcb3a06b43940576f9749020a42d31a9c0 [diff] |
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>