Re: [PATCH] soc: mediatek: Fix SCPSYS compilation

2015-07-29 Thread Sascha Hauer
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 Acked-by: Sascha Hauer Sascha -- Pengutronix e.K.

[PATCH] soc: mediatek: Fix SCPSYS compilation

2015-07-29 Thread Matthias Brugger
SCPSYS driver misses the module.h include which makes it fail when compiling with allmodconf. This patch fixes this. Signed-off-by: Matthias Brugger --- drivers/soc/mediatek/mtk-scpsys.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/soc/mediatek/mtk-scpsys.c b/drivers/soc/mediate