Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

gpio: wm8350: Remove unused header(s)

Some of the headers are unused in the driver, remove them.

While at it, sort headers alphabetically.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>

+3 -4
+3 -4
drivers/gpio/gpio-wm8350.c
··· 8 8 * 9 9 */ 10 10 11 - #include <linux/kernel.h> 12 - #include <linux/slab.h> 13 - #include <linux/module.h> 14 11 #include <linux/gpio/driver.h> 12 + #include <linux/kernel.h> 15 13 #include <linux/mfd/core.h> 14 + #include <linux/module.h> 16 15 #include <linux/platform_device.h> 17 - #include <linux/seq_file.h> 16 + #include <linux/slab.h> 18 17 19 18 #include <linux/mfd/wm8350/core.h> 20 19 #include <linux/mfd/wm8350/gpio.h>