diff options
author | Matthias Brugger <matthias.bgg@gmail.com> | 2015-12-30 09:30:40 +0100 |
---|---|---|
committer | Matthias Brugger <matthias.bgg@gmail.com> | 2016-01-25 18:59:41 +0100 |
commit | be29523da38f959799fddceb25d052e498ab625a (patch) | |
tree | 329414556b92288035ec8df91d2dba4459e46d39 /kernel | |
parent | ARM: mediatek: add mt2701 smp bringup code (diff) | |
download | linux-be29523da38f959799fddceb25d052e498ab625a.tar.xz linux-be29523da38f959799fddceb25d052e498ab625a.zip |
soc: mediatek: SCPSYS: use builtin_platform_driver
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 <s.hauer@pengutronix.de>
Cc: Arnd Bergmann <arnd@arndb.de>
Reported-by: Daniel Kurtz <djkurtz@chromium.org>
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
Reviewed-by: Daniel Kurtz <djkurtz@chromium.org>
Tested-by: Daniel Kurtz <djkurtz@chromium.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'kernel')
0 files changed, 0 insertions, 0 deletions