Re: [PATCH v2] soc: mediatek: SCPSYS: use builtin_platform_driver
From: Arnd Bergmann <hidden>
Date: 2016-01-08 12:50:37
Also in:
linux-arm-kernel, lkml
From: Arnd Bergmann <hidden>
Date: 2016-01-08 12:50:37
Also in:
linux-arm-kernel, lkml
On Wednesday 30 December 2015 09:30:40 Matthias Brugger wrote:
SCPSYS can't be built as module. Use builtin_platform_driver instead. For this probe must not be __init and the data accessed can't be __initconst. Remove this macros. To make the impact as small as possible, fold scp_domain_data into scp_domain via a pointer. Cc: Sascha Hauer <redacted> Cc: Arnd Bergmann <redacted> Reported-by: Daniel Kurtz <redacted> Signed-off-by: Matthias Brugger <redacted>
Acked-by: Arnd Bergmann <redacted>