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

gpio: arizona: 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-arizona.c
··· 7 7 * Author: Mark Brown <broonie@opensource.wolfsonmicro.com> 8 8 */ 9 9 10 - #include <linux/kernel.h> 11 - #include <linux/slab.h> 12 - #include <linux/module.h> 13 10 #include <linux/gpio/driver.h> 11 + #include <linux/kernel.h> 12 + #include <linux/module.h> 14 13 #include <linux/platform_device.h> 15 14 #include <linux/pm_runtime.h> 16 - #include <linux/seq_file.h> 15 + #include <linux/slab.h> 17 16 18 17 #include <linux/mfd/arizona/core.h> 19 18 #include <linux/mfd/arizona/pdata.h>