diff options
author | Alexander Lobakin <alobakin@pm.me> | 2021-02-04 14:59:29 +0100 |
---|---|---|
committer | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2021-02-04 21:55:26 +0100 |
commit | c87bc737220adc4627f191a5e4ed5068aabc24a1 (patch) | |
tree | 2ddb6c6a5b4c906be4b49e5ac6534dd0276a961c /arch/mips/include | |
parent | mips: dts: Add support for Cisco SG220-26 switch (diff) | |
download | linux-c87bc737220adc4627f191a5e4ed5068aabc24a1.tar.xz linux-c87bc737220adc4627f191a5e4ed5068aabc24a1.zip |
MIPS: pistachio: remove obsolete include/asm/mach-pistachio
Since commit 02bd530f888c ("MIPS: generic: Increase NR_IRQS to 256")
include/asm/mach-pistachio/irq.h just does nothing.
Remove the file along with mach-pistachio folder and include compiler
directive.
Signed-off-by: Alexander Lobakin <alobakin@pm.me>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Diffstat (limited to 'arch/mips/include')
-rw-r--r-- | arch/mips/include/asm/mach-pistachio/irq.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/arch/mips/include/asm/mach-pistachio/irq.h b/arch/mips/include/asm/mach-pistachio/irq.h deleted file mode 100644 index 74ac016503ad..000000000000 --- a/arch/mips/include/asm/mach-pistachio/irq.h +++ /dev/null @@ -1,15 +0,0 @@ -/* SPDX-License-Identifier: GPL-2.0-only */ -/* - * Pistachio IRQ setup - * - * Copyright (C) 2014 Google, Inc. - */ - -#ifndef __ASM_MACH_PISTACHIO_IRQ_H -#define __ASM_MACH_PISTACHIO_IRQ_H - -#define NR_IRQS 256 - -#include <asm/mach-generic/irq.h> - -#endif /* __ASM_MACH_PISTACHIO_IRQ_H */ |