mn10300 idle: delete pm_idle
authorLen Brown <len.brown@intel.com>
Sun, 10 Feb 2013 03:30:27 +0000 (22:30 -0500)
committerLen Brown <len.brown@intel.com>
Mon, 18 Feb 2013 04:37:07 +0000 (23:37 -0500)
pm_idle on mn10300 served no purpose.

Signed-off-by: Len Brown <len.brown@intel.com>
Cc: linux-am33-list@redhat.com
arch/mn10300/kernel/process.c

index eb09f5a..84f4e97 100644 (file)
 #include "internal.h"
 
 /*
- * power management idle function, if any..
- */
-void (*pm_idle)(void);
-EXPORT_SYMBOL(pm_idle);
-
-/*
  * return saved PC of a blocked thread.
  */
 unsigned long thread_saved_pc(struct task_struct *tsk)
@@ -113,7 +107,6 @@ void cpu_idle(void)
                        void (*idle)(void);
 
                        smp_rmb();
-                       idle = pm_idle;
                        if (!idle) {
 #if defined(CONFIG_SMP) && !defined(CONFIG_HOTPLUG_CPU)
                                idle = poll_idle;