ARM: orion: fix include path
authorArnd Bergmann <arnd@arndb.de>
Fri, 23 Sep 2022 19:55:50 +0000 (21:55 +0200)
committerArnd Bergmann <arnd@arndb.de>
Fri, 23 Sep 2022 19:55:54 +0000 (21:55 +0200)
commit63872304bdb3decd5454f4dd210c25395278ed13
tree0e2700625ed7400acc9a1560a855e6f1c5186602
parent1ee41d92f1a05a87a1c69081006a21e6c319de82
ARM: orion: fix include path

Now that CONFIG_ARCH_MULTIPLATFORM can be disabled anywhere,
there is a build failure for plat-orion:

arch/arm/plat-orion/irq.c:19:10: fatal error: plat/irq.h: No such file or directory

Make the include path unconditional.

Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/plat-orion/Makefile