diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2013-10-16 05:56:33 -0400 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2013-10-30 11:46:30 -0400 |
commit | 4edd65e63fe4a998164a8d7d8c8c86f4300825d7 (patch) | |
tree | 2a7e5ae48dc0d93acd3f551882917e4db42bb620 /drivers/i2c/muxes | |
parent | 19e221bed222bbcaa0436265028de3346df89024 (diff) |
i2c: 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: Wolfram Sang <wsa@the-dreams.de>
Diffstat (limited to 'drivers/i2c/muxes')
-rw-r--r-- | drivers/i2c/muxes/i2c-mux-pinctrl.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/i2c/muxes/i2c-mux-pinctrl.c b/drivers/i2c/muxes/i2c-mux-pinctrl.c index 69a91732ae65..b3d0574ead4e 100644 --- a/drivers/i2c/muxes/i2c-mux-pinctrl.c +++ b/drivers/i2c/muxes/i2c-mux-pinctrl.c | |||
@@ -24,6 +24,7 @@ | |||
24 | #include <linux/i2c-mux-pinctrl.h> | 24 | #include <linux/i2c-mux-pinctrl.h> |
25 | #include <linux/platform_device.h> | 25 | #include <linux/platform_device.h> |
26 | #include <linux/slab.h> | 26 | #include <linux/slab.h> |
27 | #include <linux/of.h> | ||
27 | 28 | ||
28 | struct i2c_mux_pinctrl { | 29 | struct i2c_mux_pinctrl { |
29 | struct device *dev; | 30 | struct device *dev; |