Selaa lähdekoodia

ASoC: pcm1792a: 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 vuotta sitten
vanhempi
commit
4b2fa5121c
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      sound/soc/codecs/pcm1792a.c

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

@@ -28,6 +28,7 @@
 #include <sound/initval.h>
 #include <sound/soc.h>
 #include <sound/tlv.h>
+#include <linux/of.h>
 #include <linux/of_device.h>
 
 #include "pcm1792a.h"