]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/pseries/cpuidle: Make cpuidle-pseries backend driver a non-module.
authorDeepthi Dharwar <deepthi@linux.vnet.ibm.com>
Tue, 14 Jan 2014 10:56:18 +0000 (16:26 +0530)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Wed, 29 Jan 2014 06:02:23 +0000 (17:02 +1100)
commitde1078f2424e0a6bdaa1a52a756ff95f05c5b70f
treed5f9298fff30f6d120a1ff41f426e130a0466cea
parent8c0b29657bd6c620faaecba37b3a209aa0401c09
powerpc/pseries/cpuidle: Make cpuidle-pseries backend driver a non-module.

Currently cpuidle-pseries backend driver cannot be
built as a module due to dependencies wrt cpuidle framework.
This patch removes all the module related code in the driver.

Signed-off-by: Deepthi Dharwar <deepthi@linux.vnet.ibm.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
drivers/cpuidle/cpuidle-pseries.c