From: Daniel Lezcano Date: Wed, 12 Jun 2013 13:08:52 +0000 (+0200) Subject: cpuidle: Add missing forward declarations of structures X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=1a7064380e6639e1cc5ed609ceb1ed46f3f188e3;p=deliverable%2Flinux.git cpuidle: Add missing forward declarations of structures Add missing forward declarations of struct cpuidle_state_kobj and struct cpuidle_driver_kobj in cpuidle.h. [rjw: Changelog] Signed-off-by: Daniel Lezcano Signed-off-by: Rafael J. Wysocki --- diff --git a/include/linux/cpuidle.h b/include/linux/cpuidle.h index b922db53b7ab..781addc66f03 100644 --- a/include/linux/cpuidle.h +++ b/include/linux/cpuidle.h @@ -60,6 +60,8 @@ struct cpuidle_state { #define CPUIDLE_DRIVER_FLAGS_MASK (0xFFFF0000) struct cpuidle_device_kobj; +struct cpuidle_state_kobj; +struct cpuidle_driver_kobj; struct cpuidle_device { unsigned int registered:1;