From: Adrian Bunk <bunk@stusta.de>

This patch removes a #define for irq_enter that is superfluous due to a
similar one in include/linux/hardirq.h.

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
---

 include/asm-arm26/hardirq.h |    2 --
 1 files changed, 2 deletions(-)

diff -puN include/asm-arm26/hardirq.h~include-asm-arm26-hardirqh-remove-define-irq_enter include/asm-arm26/hardirq.h
--- devel/include/asm-arm26/hardirq.h~include-asm-arm26-hardirqh-remove-define-irq_enter	2005-08-01 16:36:43.000000000 -0700
+++ devel-akpm/include/asm-arm26/hardirq.h	2005-08-01 16:36:43.000000000 -0700
@@ -22,8 +22,6 @@ typedef struct {
 # error HARDIRQ_BITS is too low!
 #endif
 
-#define irq_enter()		(preempt_count() += HARDIRQ_OFFSET)
-
 #ifndef CONFIG_SMP
 
 extern asmlinkage void __do_softirq(void);
_