diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2013-10-11 17:24:01 +0530 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-10-16 19:03:15 +0100 |
commit | 8aa99652cd52af07f4fa49fc50d78ede48c9c9b3 (patch) | |
tree | 2b200bea687950fd12bf9c38f1cba2341124676f /sound/soc/atmel | |
parent | 48afa793525800eff66a2e792037108b7f0d8613 (diff) | |
download | talos-obmc-linux-8aa99652cd52af07f4fa49fc50d78ede48c9c9b3.tar.gz talos-obmc-linux-8aa99652cd52af07f4fa49fc50d78ede48c9c9b3.zip |
ASoC: atmel: Include linux/of.h header
'of_match_ptr' is defined in linux/of.h. Include it explicitly.
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'sound/soc/atmel')
-rw-r--r-- | sound/soc/atmel/sam9g20_wm8731.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/atmel/sam9g20_wm8731.c b/sound/soc/atmel/sam9g20_wm8731.c index 802717eccbd0..f15bff1548f8 100644 --- a/sound/soc/atmel/sam9g20_wm8731.c +++ b/sound/soc/atmel/sam9g20_wm8731.c @@ -37,6 +37,7 @@ #include <linux/interrupt.h> #include <linux/platform_device.h> #include <linux/i2c.h> +#include <linux/of.h> #include <linux/atmel-ssc.h> |