[2.6 patch] ia64 smpboot.c: remove an unused function

From: Adrian Bunk
Date: Sun Dec 12 2004 - 14:40:48 EST


The patch below removes an unused global functions.


Signed-off-by: Adrian Bunk <bunk@xxxxxxxxx>

--- linux-2.6.10-rc2-mm4-full/arch/ia64/kernel/smpboot.c.old 2004-12-12 02:51:04.000000000 +0100
+++ linux-2.6.10-rc2-mm4-full/arch/ia64/kernel/smpboot.c 2004-12-12 02:51:18.000000000 +0100
@@ -356,11 +356,6 @@
return cpu_idle();
}

-struct pt_regs * __devinit idle_regs(struct pt_regs *regs)
-{
- return NULL;
-}
-
struct create_idle {
struct task_struct *idle;
struct completion done;

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/