Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Alexander Lobakin and committed by
Thomas Bogendoerfer
c87bc737 8991ae59

-18
-1
MAINTAINERS
··· 14099 14099 S: Odd Fixes 14100 14100 F: arch/mips/boot/dts/img/pistachio* 14101 14101 F: arch/mips/configs/pistachio*_defconfig 14102 - F: arch/mips/include/asm/mach-pistachio/ 14103 14102 F: arch/mips/pistachio/ 14104 14103 14105 14104 PKTCDVD DRIVER
-15
arch/mips/include/asm/mach-pistachio/irq.h
··· 1 - /* SPDX-License-Identifier: GPL-2.0-only */ 2 - /* 3 - * Pistachio IRQ setup 4 - * 5 - * Copyright (C) 2014 Google, Inc. 6 - */ 7 - 8 - #ifndef __ASM_MACH_PISTACHIO_IRQ_H 9 - #define __ASM_MACH_PISTACHIO_IRQ_H 10 - 11 - #define NR_IRQS 256 12 - 13 - #include <asm/mach-generic/irq.h> 14 - 15 - #endif /* __ASM_MACH_PISTACHIO_IRQ_H */
-2
arch/mips/pistachio/Platform
··· 1 1 # 2 2 # IMG Pistachio SoC 3 3 # 4 - cflags-$(CONFIG_MACH_PISTACHIO) += \ 5 - -I$(srctree)/arch/mips/include/asm/mach-pistachio 6 4 load-$(CONFIG_MACH_PISTACHIO) += 0xffffffff80400000 7 5 zload-$(CONFIG_MACH_PISTACHIO) += 0xffffffff81000000 8 6 all-$(CONFIG_MACH_PISTACHIO) := uImage.gz