Kill off warning: ‘inline’ is not at beginning of declaration
[deliverable/linux.git] / drivers / cpuidle / sysfs.c
index 0310ffaec9df0536143b509847047d7ab01eba27..be7917ec40c9f111270ca889ebdba3a25c61fb38 100644 (file)
@@ -300,7 +300,7 @@ static struct kobj_type ktype_state_cpuidle = {
        .release = cpuidle_state_sysfs_release,
 };
 
-static void inline cpuidle_free_state_kobj(struct cpuidle_device *device, int i)
+static inline void cpuidle_free_state_kobj(struct cpuidle_device *device, int i)
 {
        kobject_put(&device->kobjs[i]->kobj);
        wait_for_completion(&device->kobjs[i]->kobj_unregister);
This page took 0.027718 seconds and 5 git commands to generate.