diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2013-10-18 06:41:57 -0400 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2013-10-23 11:22:30 -0400 |
commit | 71c7f93ea0036eddb86ccd268945555419bb1cbb (patch) | |
tree | 3614a5c25006b2a7aa340cbe621933b9ba13a905 /drivers/mfd/max77693.c | |
parent | e64c1eb47352d62f5bb06284bae72261d934faa8 (diff) |
mfd: max77693: 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: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'drivers/mfd/max77693.c')
-rw-r--r-- | drivers/mfd/max77693.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mfd/max77693.c b/drivers/mfd/max77693.c index 4d81ed285fa2..9f92463f4f7e 100644 --- a/drivers/mfd/max77693.c +++ b/drivers/mfd/max77693.c | |||
@@ -28,6 +28,7 @@ | |||
28 | #include <linux/i2c.h> | 28 | #include <linux/i2c.h> |
29 | #include <linux/err.h> | 29 | #include <linux/err.h> |
30 | #include <linux/interrupt.h> | 30 | #include <linux/interrupt.h> |
31 | #include <linux/of.h> | ||
31 | #include <linux/pm_runtime.h> | 32 | #include <linux/pm_runtime.h> |
32 | #include <linux/mutex.h> | 33 | #include <linux/mutex.h> |
33 | #include <linux/mfd/core.h> | 34 | #include <linux/mfd/core.h> |