From: Daniel Lezcano Date: Wed, 31 Oct 2012 00:05:16 +0000 (+0100) Subject: cpuidle / sysfs: move structure declaration into the sysfs.c file X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~88^2~11^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=349631e0e411fefa2fed7e0a30b97704562dbd6b;p=pandora-kernel.git 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 Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed