diff options
Diffstat (limited to 'drivers/gpio/gpio-msm-v1.c')
-rw-r--r-- | drivers/gpio/gpio-msm-v1.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpio/gpio-msm-v1.c b/drivers/gpio/gpio-msm-v1.c index e3ceaacde45c..73b73969d361 100644 --- a/drivers/gpio/gpio-msm-v1.c +++ b/drivers/gpio/gpio-msm-v1.c | |||
@@ -21,6 +21,7 @@ | |||
21 | #include <linux/module.h> | 21 | #include <linux/module.h> |
22 | #include <linux/device.h> | 22 | #include <linux/device.h> |
23 | #include <linux/platform_device.h> | 23 | #include <linux/platform_device.h> |
24 | #include <linux/err.h> | ||
24 | 25 | ||
25 | #include <mach/msm_gpiomux.h> | 26 | #include <mach/msm_gpiomux.h> |
26 | 27 | ||