MIPS: Add header files reference with path prefix
authorbibo mao <maobibo@loongson.cn>
Tue, 17 Mar 2020 06:03:14 +0000 (02:03 -0400)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Thu, 19 Mar 2020 12:12:27 +0000 (13:12 +0100)
commit863be3c3ab7396d606c26b9e50ac06543ec3bfd6
tree1f70240db3869e41dd370fbaab7ccafb205ccde5
parente585b768da111f2c2d413de6214e83bbdfee8f22
MIPS: Add header files reference with path prefix

There are some common header files which are referenced locally
with #includenext method, includenext is tricky method and only
used on mips platform.

This patech removes includenext method, replace it with defailed
pathname prefix for header files.

This patch passes to compile on all mips platform with defconfig,
and is verified on my loongson64 box.

Changes:
--------
v2:
  - Fix compiling issue on malta platform

Reported-by: kbuild test robot <lkp@intel.com>
Signed-off-by: bibo mao <maobibo@loongson.cn>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
16 files changed:
arch/mips/include/asm/mach-ar7/irq.h
arch/mips/include/asm/mach-ath79/irq.h
arch/mips/include/asm/mach-emma2rh/irq.h
arch/mips/include/asm/mach-ip27/irq.h
arch/mips/include/asm/mach-ip30/irq.h
arch/mips/include/asm/mach-lantiq/falcon/irq.h
arch/mips/include/asm/mach-lantiq/xway/irq.h
arch/mips/include/asm/mach-lasat/irq.h
arch/mips/include/asm/mach-loongson64/irq.h
arch/mips/include/asm/mach-malta/irq.h
arch/mips/include/asm/mach-pic32/irq.h
arch/mips/include/asm/mach-pistachio/irq.h
arch/mips/include/asm/mach-ralink/irq.h
arch/mips/include/asm/mach-rm/mc146818rtc.h
arch/mips/include/asm/mach-vr41xx/irq.h
arch/mips/include/asm/mach-xilfpga/irq.h