diff options
author | Alexander Lobakin <alobakin@pm.me> | 2021-02-04 13:59:29 +0000 |
---|---|---|
committer | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2021-02-04 21:55:26 +0100 |
commit | c87bc737220adc4627f191a5e4ed5068aabc24a1 (patch) | |
tree | 2ddb6c6a5b4c906be4b49e5ac6534dd0276a961c /arch/mips/pistachio/Platform | |
parent | 8991ae593ca25b8239472e68fd18504143b90465 (diff) |
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/pistachio/Platform')
-rw-r--r-- | arch/mips/pistachio/Platform | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/mips/pistachio/Platform b/arch/mips/pistachio/Platform index f73a1a929965..c59de86dbddf 100644 --- a/arch/mips/pistachio/Platform +++ b/arch/mips/pistachio/Platform @@ -1,8 +1,6 @@ # # IMG Pistachio SoC # -cflags-$(CONFIG_MACH_PISTACHIO) += \ - -I$(srctree)/arch/mips/include/asm/mach-pistachio load-$(CONFIG_MACH_PISTACHIO) += 0xffffffff80400000 zload-$(CONFIG_MACH_PISTACHIO) += 0xffffffff81000000 all-$(CONFIG_MACH_PISTACHIO) := uImage.gz |