projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fbeabd0
)
ASoC: rt1305: fix ACPI_PTR compile error
author
Shuming Fan
<shumingf@realtek.com>
Tue, 17 Apr 2018 02:08:02 +0000
(10:08 +0800)
committer
Mark 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
patch
|
blob
|
history
diff --git
a/sound/soc/codecs/rt1305.c
b/sound/soc/codecs/rt1305.c
index
90baab9
..
8404306
100644
(file)
--- 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>