cpuidle / sysfs: move structure declaration into the sysfs.c file
[firefly-linux-kernel-4.4.55.git] / include / linux / cpuidle.h
index 279b1eaa8b7304bf1028b6f91acedf4f15317148..7daf0e3b93bd0f3af399b7ae28f2ec6f3bb2be38 100644 (file)
@@ -82,13 +82,6 @@ cpuidle_set_statedata(struct cpuidle_state_usage *st_usage, void *data)
        st_usage->driver_data = data;
 }
 
-struct cpuidle_state_kobj {
-       struct cpuidle_state *state;
-       struct cpuidle_state_usage *state_usage;
-       struct completion kobj_unregister;
-       struct kobject kobj;
-};
-
 struct cpuidle_device {
        unsigned int            registered:1;
        unsigned int            enabled:1;