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

gpio: da9052: 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>

+4 -5
+4 -5
drivers/gpio/gpio-da9052.c
··· 6 6 * 7 7 * Author: David Dajun Chen <dchen@diasemi.com> 8 8 */ 9 - #include <linux/module.h> 10 9 #include <linux/fs.h> 11 - #include <linux/uaccess.h> 12 - #include <linux/platform_device.h> 13 10 #include <linux/gpio/driver.h> 11 + #include <linux/module.h> 12 + #include <linux/platform_device.h> 14 13 #include <linux/syscalls.h> 15 - #include <linux/seq_file.h> 14 + #include <linux/uaccess.h> 16 15 17 16 #include <linux/mfd/da9052/da9052.h> 18 - #include <linux/mfd/da9052/reg.h> 19 17 #include <linux/mfd/da9052/pdata.h> 18 + #include <linux/mfd/da9052/reg.h> 20 19 21 20 #define DA9052_INPUT 1 22 21 #define DA9052_OUTPUT_OPENDRAIN 2