diff mbox

ASoC: rt1305: fix ACPI_PTR compile error

Message ID 1523930882-17730-1-git-send-email-shumingf@realtek.com (mailing list archive)
State Accepted
Commit 816cabd8d472d2e1b7daad2838eb4ce5046f03bb
Headers show

Commit Message

Shuming [θŒƒζ›ΈιŠ˜] April 17, 2018, 2:08 a.m. UTC
From: Shuming Fan <shumingf@realtek.com>

This patch added <linux/acpi.h> header

Signed-off-by: Shuming Fan <shumingf@realtek.com>
---
 sound/soc/codecs/rt1305.c | 1 +
 1 file changed, 1 insertion(+)
diff mbox

Patch

diff --git a/sound/soc/codecs/rt1305.c b/sound/soc/codecs/rt1305.c
index 90baab9..8404306 100644
--- a/sound/soc/codecs/rt1305.c
+++ b/sound/soc/codecs/rt1305.c
@@ -14,6 +14,7 @@ 
 #include <linux/init.h>
 #include <linux/delay.h>
 #include <linux/pm.h>
+#include <linux/acpi.h>
 #include <linux/gpio.h>
 #include <linux/i2c.h>
 #include <linux/regmap.h>