Browse Source

ASoC: tlv320aic3x: 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>
Sachin Kamat 11 years ago
parent
commit
b3b70786ec
1 changed files with 1 additions and 0 deletions
  1. 1 0
      sound/soc/codecs/tlv320aic3x.c

+ 1 - 0
sound/soc/codecs/tlv320aic3x.c

@@ -40,6 +40,7 @@
 #include <linux/i2c.h>
 #include <linux/gpio.h>
 #include <linux/regulator/consumer.h>
+#include <linux/of.h>
 #include <linux/of_gpio.h>
 #include <linux/slab.h>
 #include <sound/core.h>