* [PATCH] soc: mediatek: Fix SCPSYS compilation
@ 2015-07-29 18:03 Matthias Brugger
2015-07-30 6:28 ` Sascha Hauer
0 siblings, 1 reply; 4+ messages in thread
From: Matthias Brugger @ 2015-07-29 18:03 UTC (permalink / raw)
To: linux-arm-kernel
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>
---
drivers/soc/mediatek/mtk-scpsys.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/soc/mediatek/mtk-scpsys.c b/drivers/soc/mediatek/mtk-scpsys.c
index 43a79ed..164a7d8 100644
--- 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>
--
1.9.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [PATCH] soc: mediatek: Fix SCPSYS compilation
2015-07-29 18:03 Matthias Brugger
@ 2015-07-30 6:28 ` Sascha Hauer
0 siblings, 0 replies; 4+ messages in thread
From: Sascha Hauer @ 2015-07-30 6:28 UTC (permalink / raw)
To: linux-arm-kernel
On Wed, Jul 29, 2015 at 08:03:08PM +0200, Matthias Brugger wrote:
> 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>
Sascha
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH] soc: mediatek: Fix SCPSYS compilation
@ 2015-07-31 15:03 Matthias Brugger
2015-08-05 9:13 ` Olof Johansson
0 siblings, 1 reply; 4+ messages in thread
From: Matthias Brugger @ 2015-07-31 15:03 UTC (permalink / raw)
To: linux-arm-kernel
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>
---
drivers/soc/mediatek/mtk-scpsys.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/soc/mediatek/mtk-scpsys.c b/drivers/soc/mediatek/mtk-scpsys.c
index 43a79ed..164a7d8 100644
--- 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>
--
1.9.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [PATCH] soc: mediatek: Fix SCPSYS compilation
2015-07-31 15:03 [PATCH] soc: mediatek: Fix SCPSYS compilation Matthias Brugger
@ 2015-08-05 9:13 ` Olof Johansson
0 siblings, 0 replies; 4+ messages in thread
From: Olof Johansson @ 2015-08-05 9:13 UTC (permalink / raw)
To: linux-arm-kernel
On Fri, Jul 31, 2015 at 05:03:13PM +0200, Matthias Brugger wrote:
> 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>
Applied, thanks.
-Olof
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2015-08-05 9:13 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-31 15:03 [PATCH] soc: mediatek: Fix SCPSYS compilation Matthias Brugger
2015-08-05 9:13 ` Olof Johansson
-- strict thread matches above, loose matches on Subject: below --
2015-07-29 18:03 Matthias Brugger
2015-07-30 6:28 ` Sascha Hauer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).