From 816cabd8d472d2e1b7daad2838eb4ce5046f03bb Mon Sep 17 00:00:00 2001 From: Shuming Fan Date: Tue, 17 Apr 2018 10:08:02 +0800 Subject: [PATCH] ASoC: rt1305: fix ACPI_PTR compile error This patch added header Reported-by: Stephen Rothwell Signed-off-by: Shuming Fan Signed-off-by: Mark Brown --- sound/soc/codecs/rt1305.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sound/soc/codecs/rt1305.c b/sound/soc/codecs/rt1305.c index 90baab91d11b7..84043068c0b70 100644 --- a/sound/soc/codecs/rt1305.c +++ b/sound/soc/codecs/rt1305.c @@ -14,6 +14,7 @@ #include #include #include +#include #include #include #include -- 2.30.2