]> asedeno.scripts.mit.edu Git - linux.git/commit
drivers: qcom: spm: avoid module usage in non-modular SPM driver
authorLina Iyer <lina.iyer@linaro.org>
Mon, 4 Jan 2016 17:58:28 +0000 (10:58 -0700)
committerAndy Gross <andy.gross@linaro.org>
Wed, 30 Mar 2016 22:20:35 +0000 (17:20 -0500)
commit3b904b046c7adfbadb124851c7a23276f7187ddb
treee881b01776d9603a15d4fcc83edfccdf884fe3ab
parente8b123e6008480b2b8d80dae060315d84b79f4bb
drivers: qcom: spm: avoid module usage in non-modular SPM driver

SPM driver provides cpuidle support on some QC SoC's. The functionality
is non-modular and there is no need for module support. Convert module
platform init to builtin platform driver init. The driver functionality
is not affected by this change.

Cc: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: Lina Iyer <lina.iyer@linaro.org>
Acked-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Signed-off-by: Andy Gross <andy.gross@linaro.org>
drivers/soc/qcom/spm.c