projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f9fa55b
)
soc: mediatek: Fix SCPSYS compilation
author
Matthias Brugger
<matthias.bgg@gmail.com>
Fri, 31 Jul 2015 15:03:13 +0000
(17:03 +0200)
committer
Olof Johansson
<olof@lixom.net>
Wed, 5 Aug 2015 09:12:44 +0000
(11:12 +0200)
SCPSYS driver misses the module.h include which makes it fail
when compiling with allmodconf.
This patch fixes this.
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
Acked-by: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Olof Johansson <olof@lixom.net>
drivers/soc/mediatek/mtk-scpsys.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/soc/mediatek/mtk-scpsys.c
b/drivers/soc/mediatek/mtk-scpsys.c
index 43a79ed761c464e16f4a670c1301e149c19d8e8e..164a7d8439b148de97d7a3f4153786c52277df5b 100644
(file)
--- a/
drivers/soc/mediatek/mtk-scpsys.c
+++ b/
drivers/soc/mediatek/mtk-scpsys.c
@@
-15,6
+15,7
@@
#include <linux/io.h>
#include <linux/kernel.h>
#include <linux/mfd/syscon.h>
+#include <linux/module.h>
#include <linux/of_device.h>
#include <linux/platform_device.h>
#include <linux/pm_domain.h>