diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2013-10-18 12:41:57 +0200 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2013-10-23 17:22:30 +0200 |
commit | 71c7f93ea0036eddb86ccd268945555419bb1cbb (patch) | |
tree | 3614a5c25006b2a7aa340cbe621933b9ba13a905 /drivers | |
parent | mfd: tc3589x: Detect the precise version (diff) | |
download | linux-71c7f93ea0036eddb86ccd268945555419bb1cbb.tar.xz linux-71c7f93ea0036eddb86ccd268945555419bb1cbb.zip |
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')
-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> |