From: Sachin Kamat Date: Fri, 11 Oct 2013 11:53:58 +0000 (+0530) Subject: ASoC: pcm1792a: Include linux/of.h header X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=4b2fa5121c758db6fe9ed4931b54e390661395de;p=deliverable%2Flinux.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"