diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2013-10-16 06:05:01 -0400 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2013-10-16 07:09:10 -0400 |
commit | 831cbd7a807b3f62f58fe98e0283af510b567d9b (patch) | |
tree | 44cdcab362547cda52c9df3a0c2fbd8c5adebf9b /drivers/gpio/gpio-lpc32xx.c | |
parent | 2f56e0a57ff1bbf973bec86e527f222de8c4b4f9 (diff) |
gpio: lpc32xx: Include linux/of.h header
'of_match_ptr' is defined in linux/of.h. Include it explicitly to
avoid build breakage in the future.
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/gpio/gpio-lpc32xx.c')
-rw-r--r-- | drivers/gpio/gpio-lpc32xx.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpio/gpio-lpc32xx.c b/drivers/gpio/gpio-lpc32xx.c index 90a80eb688a9..2d5555decf0c 100644 --- a/drivers/gpio/gpio-lpc32xx.c +++ b/drivers/gpio/gpio-lpc32xx.c | |||
@@ -21,6 +21,7 @@ | |||
21 | #include <linux/io.h> | 21 | #include <linux/io.h> |
22 | #include <linux/errno.h> | 22 | #include <linux/errno.h> |
23 | #include <linux/gpio.h> | 23 | #include <linux/gpio.h> |
24 | #include <linux/of.h> | ||
24 | #include <linux/of_gpio.h> | 25 | #include <linux/of_gpio.h> |
25 | #include <linux/platform_device.h> | 26 | #include <linux/platform_device.h> |
26 | #include <linux/module.h> | 27 | #include <linux/module.h> |