From: Sachin Kamat Date: Fri, 11 Oct 2013 11:54:00 +0000 (+0530) Subject: ASoC: tlv320aic3x: Include linux/of.h header X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=b3b70786ec18ef3088b55b76258bbd48d75aee08;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git ASoC: tlv320aic3x: 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/tlv320aic3x.c b/sound/soc/codecs/tlv320aic3x.c index 892c108ca67a..f8b9fa6b6f0a 100644 --- a/sound/soc/codecs/tlv320aic3x.c +++ b/sound/soc/codecs/tlv320aic3x.c @@ -40,6 +40,7 @@ #include #include #include +#include #include #include #include