diff options
author | Paul Mundt | 2007-02-14 07:06:09 +0100 |
---|---|---|
committer | Paul Mundt | 2007-02-14 07:06:09 +0100 |
commit | e65fa9f59e9230b72ac298d445b4a18a4eefeb34 (patch) | |
tree | 402036274b557da72a93b17fffc95f41c3137704 /include/asm-sh/irq.h | |
parent | sh: Fixup r7780rp pata_platform for devres conversion. (diff) | |
download | kernel-qcow2-linux-e65fa9f59e9230b72ac298d445b4a18a4eefeb34.tar.gz kernel-qcow2-linux-e65fa9f59e9230b72ac298d445b4a18a4eefeb34.tar.xz kernel-qcow2-linux-e65fa9f59e9230b72ac298d445b4a18a4eefeb34.zip |
sh: Kill off dead bigsur and ec3104 boards.
Neither of these have had any maintenance in years, and there's
no interest in keeping them straggling along. These have already
been slated for removal some time, so finally just get rid of them.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'include/asm-sh/irq.h')
-rw-r--r-- | include/asm-sh/irq.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/asm-sh/irq.h b/include/asm-sh/irq.h index bff965ef4b95..8ccf7ae593ef 100644 --- a/include/asm-sh/irq.h +++ b/include/asm-sh/irq.h @@ -66,12 +66,8 @@ /* 3. OFFCHIP_NR_IRQS */ #if defined(CONFIG_HD64461) # define OFFCHIP_NR_IRQS 18 -#elif defined (CONFIG_SH_BIGSUR) /* must be before CONFIG_HD64465 */ -# define OFFCHIP_NR_IRQS 48 #elif defined(CONFIG_HD64465) # define OFFCHIP_NR_IRQS 16 -#elif defined (CONFIG_SH_EC3104) -# define OFFCHIP_NR_IRQS 16 #elif defined (CONFIG_SH_DREAMCAST) # define OFFCHIP_NR_IRQS 96 #elif defined (CONFIG_SH_TITAN) |