summaryrefslogtreecommitdiff
path: root/sound/soc/codecs/rt1305.c
diff options
context:
space:
mode:
authorShuming Fan <shumingf@realtek.com>2018-04-17 10:08:02 +0800
committerMark Brown <broonie@kernel.org>2018-04-17 10:56:19 +0100
commit816cabd8d472d2e1b7daad2838eb4ce5046f03bb (patch)
tree301c9163bdd2988d71a9ea62cdc50c506b1c4bc5 /sound/soc/codecs/rt1305.c
parentfbeabd09236664f34ea3e4a9f7dcf5a0cdb7fc47 (diff)
ASoC: rt1305: fix ACPI_PTR compile error
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>
Diffstat (limited to 'sound/soc/codecs/rt1305.c')
-rw-r--r--sound/soc/codecs/rt1305.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/codecs/rt1305.c b/sound/soc/codecs/rt1305.c
index 90baab91d11b..84043068c0b7 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>