]> Git Repo - linux.git/commitdiff
ASoC: tas5086: Include linux/of.h header
authorSachin Kamat <[email protected]>
Fri, 11 Oct 2013 11:53:59 +0000 (17:23 +0530)
committerMark Brown <[email protected]>
Wed, 16 Oct 2013 18:01:33 +0000 (19:01 +0100)
'of_match_ptr' is defined in linux/of.h. Include it explicitly.

Signed-off-by: Sachin Kamat <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
sound/soc/codecs/tas5086.c

index 2996d2ea026b31692d747b2255d071999be551f7..fe4d29d885646ab4dd207a167e98a2e2997ade08 100644 (file)
@@ -37,6 +37,7 @@
 #include <linux/i2c.h>
 #include <linux/regmap.h>
 #include <linux/spi/spi.h>
+#include <linux/of.h>
 #include <linux/of_device.h>
 #include <linux/of_gpio.h>
 #include <sound/pcm.h>
This page took 0.058699 seconds and 4 git commands to generate.