diff options
author | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2020-04-20 15:37:24 +0300 |
---|---|---|
committer | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2020-05-09 19:05:57 +0300 |
commit | 1ce4530cce233edd99d66a9fcdea20c86e8536c0 (patch) | |
tree | 54a016aa20d7977947bc0679c28b1dcc22200a21 /arch/mips/include/asm/mach-emma2rh | |
parent | 1b00767fd8e1b49685ee7237c3875b8aa998ae3b (diff) | |
download | linux-1ce4530cce233edd99d66a9fcdea20c86e8536c0.tar.xz |
MIPS: Remove NEC MARKEINS/EMMA
No (active) developer owns this hardware, so let's remove Linux support.
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Diffstat (limited to 'arch/mips/include/asm/mach-emma2rh')
-rw-r--r-- | arch/mips/include/asm/mach-emma2rh/irq.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/arch/mips/include/asm/mach-emma2rh/irq.h b/arch/mips/include/asm/mach-emma2rh/irq.h deleted file mode 100644 index d32736736bb3..000000000000 --- a/arch/mips/include/asm/mach-emma2rh/irq.h +++ /dev/null @@ -1,15 +0,0 @@ -/* - * This file is subject to the terms and conditions of the GNU General Public - * License. See the file "COPYING" in the main directory of this archive - * for more details. - * - * Copyright (C) 2003 by Ralf Baechle - */ -#ifndef __ASM_MACH_EMMA2RH_IRQ_H -#define __ASM_MACH_EMMA2RH_IRQ_H - -#define NR_IRQS 256 - -#include <asm/mach-generic/irq.h> - -#endif /* __ASM_MACH_EMMA2RH_IRQ_H */ |