From: Sachin Kamat Date: Fri, 11 Oct 2013 11:53:58 +0000 (+0530) Subject: ASoC: pcm1792a: Include linux/of.h header X-Git-Tag: firefly_0821_release~176^2~4889^2~33^2~22^2 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=4b2fa5121c758db6fe9ed4931b54e390661395de;p=firefly-linux-kernel-4.4.55.git ASoC: pcm1792a: Include linux/of.h header 'of_match_ptr' is defined in linux/of.h. Include it explicitly. Signed-off-by: Sachin Kamat Signed-off-by: Mark Brown --- diff --git a/sound/soc/codecs/pcm1792a.c b/sound/soc/codecs/pcm1792a.c index 2a8eccf64c76..6f14c50a7f0f 100644 --- a/sound/soc/codecs/pcm1792a.c +++ b/sound/soc/codecs/pcm1792a.c @@ -28,6 +28,7 @@ #include #include #include +#include #include #include "pcm1792a.h"