summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-shmobile/include/mach/hardware.h
diff options
context:
space:
mode:
authorMagnus Damm <damm@opensource.se>2010-12-28 09:27:19 +0100
committerPaul Mundt <lethal@linux-sh.org>2011-01-07 02:43:02 +0100
commit018a3fc7e3824ffcc80ad0160f9782c7d577c0c1 (patch)
treeb656add9d127a6cdee65a3ca8a3d1078a1495038 /arch/arm/mach-shmobile/include/mach/hardware.h
parentARM: mach-shmobile: Run-time IRQ handler for GIC (diff)
downloadlinux-018a3fc7e3824ffcc80ad0160f9782c7d577c0c1.tar.xz
linux-018a3fc7e3824ffcc80ad0160f9782c7d577c0c1.zip
ARM: mach-shmobile: Rely on run-time IRQ handlers
Remove now unused IRQ demux code. All R-Mobile and SH-Mobile processors should register IRQ demux handlers during run-time. Signed-off-by: Magnus Damm <damm@opensource.se> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/arm/mach-shmobile/include/mach/hardware.h')
-rw-r--r--arch/arm/mach-shmobile/include/mach/hardware.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/mach-shmobile/include/mach/hardware.h b/arch/arm/mach-shmobile/include/mach/hardware.h
index 3f0ef194603e..99264a5ce5e4 100644
--- a/arch/arm/mach-shmobile/include/mach/hardware.h
+++ b/arch/arm/mach-shmobile/include/mach/hardware.h
@@ -1,7 +1,4 @@
#ifndef __ASM_MACH_HARDWARE_H
#define __ASM_MACH_HARDWARE_H
-/* INTFLGA register - used by low level interrupt code in entry-macro.S */
-#define INTFLGA 0xe6980018
-
#endif /* __ASM_MACH_HARDWARE_H */