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)
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

Simple merge