]> git.baikalelectronics.ru Git - kernel.git/commit
cpuidle: declare cpuidle_dev in cpuidle.h
authorPaul Burton <paul.burton@imgtec.com>
Wed, 8 Jan 2014 11:23:35 +0000 (11:23 +0000)
committerPaul Burton <paul.burton@imgtec.com>
Wed, 28 May 2014 15:20:35 +0000 (16:20 +0100)
commit45894f522b70019798b7d10502c15837dc7554d4
treece8e37755cfdd5a192d31e93ec4c5f9fd97b623b
parenta0f6a9b9f210c6c267e562bfc7de335e8e9557e7
cpuidle: declare cpuidle_dev in cpuidle.h

Declaring this allows drivers which need to initialise each struct
cpuidle_device at initialisation time to make use of the structures
already defined in cpuidle.c, rather than having to wastefully define
their own.

Signed-off-by: Paul Burton <paul.burton@imgtec.com>
include/linux/cpuidle.h