All of lore.kernel.org
 help / color / mirror / Atom feed
* [merged] idle-remove-cpu_idle-forward-declarations.patch removed from -mm tree
@ 2014-06-09 19:41 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2014-06-09 19:41 UTC (permalink / raw)
  To: mm-commits, tglx, geert+renesas

Subject: [merged] idle-remove-cpu_idle-forward-declarations.patch removed from -mm tree
To: geert+renesas@glider.be,tglx@linutronix.de,mm-commits@vger.kernel.org
From: akpm@linux-foundation.org
Date: Mon, 09 Jun 2014 12:41:46 -0700


The patch titled
     Subject: idle: remove cpu_idle() forward declarations
has been removed from the -mm tree.  Its filename was
     idle-remove-cpu_idle-forward-declarations.patch

This patch was dropped because it was merged into mainline or a subsystem tree

------------------------------------------------------
From: Geert Uytterhoeven <geert+renesas@glider.be>
Subject: idle: remove cpu_idle() forward declarations

After all architectures were converted to the generic idle framework,
d190e8195b90 ("idle: Remove GENERIC_IDLE_LOOP config switch") removed the
last caller of cpu_idle().  The forward declarations in header files were
forgotten.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Cc: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 include/linux/cpu.h |    1 -
 include/linux/smp.h |    2 --
 2 files changed, 3 deletions(-)

diff -puN include/linux/cpu.h~idle-remove-cpu_idle-forward-declarations include/linux/cpu.h
--- a/include/linux/cpu.h~idle-remove-cpu_idle-forward-declarations
+++ a/include/linux/cpu.h
@@ -256,7 +256,6 @@ enum cpuhp_state {
 };
 
 void cpu_startup_entry(enum cpuhp_state state);
-void cpu_idle(void);
 
 void cpu_idle_poll_ctrl(bool enable);
 
diff -puN include/linux/smp.h~idle-remove-cpu_idle-forward-declarations include/linux/smp.h
--- a/include/linux/smp.h~idle-remove-cpu_idle-forward-declarations
+++ a/include/linux/smp.h
@@ -13,8 +13,6 @@
 #include <linux/init.h>
 #include <linux/llist.h>
 
-extern void cpu_idle(void);

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-06-09 19:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-09 19:41 [merged] idle-remove-cpu_idle-forward-declarations.patch removed from -mm tree akpm

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.