commit | 349631e0e411fefa2fed7e0a30b97704562dbd6b | [log] [tgz] |
---|---|---|
author | Daniel Lezcano <daniel.lezcano@linaro.org> | Wed Oct 31 01:05:16 2012 +0100 |
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Thu Nov 15 00:34:21 2012 +0100 |
tree | 782ef6ca2112a53f5ed43bdb3f6a80b7d8e5b2e2 | |
parent | c96ca4fb76b711279be063da083f09b8d65af5c5 [diff] |
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>