diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2013-10-18 16:11:57 +0530 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2013-10-23 16:22:30 +0100 |
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 @@ #include <linux/i2c.h> #include <linux/err.h> #include <linux/interrupt.h> +#include <linux/of.h> #include <linux/pm_runtime.h> #include <linux/mutex.h> #include <linux/mfd/core.h> |