ASoC: rt1305: fix ACPI_PTR compile error
authorShuming Fan <shumingf@realtek.com>
Tue, 17 Apr 2018 02:08:02 +0000 (10:08 +0800)
committerMark Brown <broonie@kernel.org>
Tue, 17 Apr 2018 09:56:19 +0000 (10:56 +0100)
This patch added <linux/acpi.h> header

Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Shuming Fan <shumingf@realtek.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/rt1305.c

index 90baab91d11b7b01bc8bb662c468ee4258c8ce0f..84043068c0b7078c8db0896e94a8e24b28af6687 100644 (file)
@@ -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>