diff options
author | bibo mao <maobibo@loongson.cn> | 2020-03-26 03:42:47 -0400 |
---|---|---|
committer | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2020-04-14 18:53:01 +0200 |
commit | 408b722d029b14d87bd5039c04f59a282d6c1f74 (patch) | |
tree | 6c636bedeba6e6d5aada7be33e99966603f5a6a0 /arch/mips/include/asm/mach-xilfpga/irq.h | |
parent | 3fbfb4585bfd4ff34e9d3b4edd5b3e49e8f5a541 (diff) |
MIPS: xilfpga: Removed unused header files
Header in directory asm/mach-xilfpga is not used any more.
Remove it here, and it passes to compile with xilfpga_defconfig
Signed-off-by: bibo mao <maobibo@loongson.cn>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Diffstat (limited to 'arch/mips/include/asm/mach-xilfpga/irq.h')
-rw-r--r-- | arch/mips/include/asm/mach-xilfpga/irq.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/arch/mips/include/asm/mach-xilfpga/irq.h b/arch/mips/include/asm/mach-xilfpga/irq.h deleted file mode 100644 index 15ad29ec1dee..000000000000 --- a/arch/mips/include/asm/mach-xilfpga/irq.h +++ /dev/null @@ -1,14 +0,0 @@ -/* SPDX-License-Identifier: GPL-2.0-or-later */ -/* - * Copyright (C) 2015 Imagination Technologies - * Author: Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com> - */ - -#ifndef __MIPS_ASM_MACH_XILFPGA_IRQ_H__ -#define __MIPS_ASM_MACH_XILFPGA_IRQ_H__ - -#define NR_IRQS 32 - -#include <asm/mach-generic/irq.h> - -#endif /* __MIPS_ASM_MACH_XILFPGA_IRQ_H__ */ |