[2.6 patch] include/asm-m68k/irq.h: remove unused #define enable_irq_nosync

From: Adrian Bunk
Date: Sun Feb 05 2006 - 00:26:45 EST


include/asm-m68k/irq.h #define's enable_irq_nosync, but it isn't used
anywhere.


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

--- linux-2.6.16-rc1-mm5-full/include/asm-m68k/irq.h.old 2006-02-05 06:24:09.000000000 +0100
+++ linux-2.6.16-rc1-mm5-full/include/asm-m68k/irq.h 2006-02-05 06:24:21.000000000 +0100
@@ -79,7 +79,6 @@

extern void (*enable_irq)(unsigned int);
extern void (*disable_irq)(unsigned int);
-#define enable_irq_nosync enable_irq

struct pt_regs;


-
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/