]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit - drivers/gpio/gpio-sch.c
gpio: sch: 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)
commit47091b0594d95359cac907c67051c97975b6f6c9
tree1ba62d2f62afd5adf7a3be68f4d8abd4fb46ccb5
parent7629771f5eb8d24edeb28fda09a637d7b6fb8f03
gpio: sch: 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-sch.c