|
@@ -97,12 +97,12 @@ static DEFINE_PER_CPU(struct task_struct *, idle_thread_array);
|
|
|
*/
|
|
|
static DEFINE_MUTEX(x86_cpu_hotplug_driver_mutex);
|
|
|
|
|
|
-void cpu_hotplug_driver_lock()
|
|
|
+void cpu_hotplug_driver_lock(void)
|
|
|
{
|
|
|
mutex_lock(&x86_cpu_hotplug_driver_mutex);
|
|
|
}
|
|
|
|
|
|
-void cpu_hotplug_driver_unlock()
|
|
|
+void cpu_hotplug_driver_unlock(void)
|
|
|
{
|
|
|
mutex_unlock(&x86_cpu_hotplug_driver_mutex);
|
|
|
}
|