cpuidle / sysfs: move structure declaration into the sysfs.c file
authorDaniel Lezcano <daniel.lezcano@linaro.org>
Wed, 31 Oct 2012 00:05:16 +0000 (01:05 +0100)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Wed, 14 Nov 2012 23:34:21 +0000 (00:34 +0100)
commit349631e0e411fefa2fed7e0a30b97704562dbd6b
tree782ef6ca2112a53f5ed43bdb3f6a80b7d8e5b2e2
parentc96ca4fb76b711279be063da083f09b8d65af5c5
cpuidle / sysfs: move structure declaration into the sysfs.c file

The structure cpuidle_state_kobj is not used anywhere except
in the sysfs.c file. The definition of this structure is not
needed in the cpuidle header file. This patch moves it to the
sysfs.c file in order to encapsulate the code a bit more.

Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/cpuidle/sysfs.c
include/linux/cpuidle.h