]> 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)
commit46bc23dc3b0b7c7f9781e6856d39869f9ce4cbc2
treece8e37755cfdd5a192d31e93ec4c5f9fd97b623b
parentd649b87fc1ed30b50be350a5fe569217921a01d1
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