diff options
Diffstat (limited to 'drivers/gpio/gpio-ich.c')
-rw-r--r-- | drivers/gpio/gpio-ich.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/gpio/gpio-ich.c b/drivers/gpio/gpio-ich.c index e674d2eebe41..d55080d14606 100644 --- a/drivers/gpio/gpio-ich.c +++ b/drivers/gpio/gpio-ich.c | |||
@@ -19,13 +19,13 @@ | |||
19 | */ | 19 | */ |
20 | 20 | ||
21 | 21 | ||
22 | #include <linux/bitops.h> | ||
23 | #include <linux/gpio/driver.h> | ||
22 | #include <linux/ioport.h> | 24 | #include <linux/ioport.h> |
25 | #include <linux/mfd/lpc_ich.h> | ||
23 | #include <linux/module.h> | 26 | #include <linux/module.h> |
24 | #include <linux/pci.h> | 27 | #include <linux/pci.h> |
25 | #include <linux/gpio/driver.h> | ||
26 | #include <linux/platform_device.h> | 28 | #include <linux/platform_device.h> |
27 | #include <linux/mfd/lpc_ich.h> | ||
28 | #include <linux/bitops.h> | ||
29 | 29 | ||
30 | #define DRV_NAME "gpio_ich" | 30 | #define DRV_NAME "gpio_ich" |
31 | 31 | ||