arc: m68k: nds32: nios2: sh: xtensa: Add empty spl.h header
authorSimon Glass <sjg@chromium.org>
Wed, 23 Dec 2020 15:11:15 +0000 (08:11 -0700)
committerSimon Glass <sjg@chromium.org>
Tue, 5 Jan 2021 19:24:40 +0000 (12:24 -0700)
commit477a6bcb3b8b3d9e6818e19bf9baaee750665bad
tree59863282d2505fce502fb4ad14e7eedeb78ddea3
parent4c66cb4a780c3936f3585b8ffc977f64e03f7e7f
arc: m68k: nds32: nios2: sh: xtensa: Add empty spl.h header

At present it is not possible to include spl.h in on these architectures
since the asm/spl.h file is not present. We want to be able to use the
spl_phase() function, so add empty headers to make things build.

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/arc/include/asm/spl.h [new file with mode: 0644]
arch/m68k/include/asm/spl.h [new file with mode: 0644]
arch/nds32/include/asm/spl.h [new file with mode: 0644]
arch/nios2/include/asm/spl.h [new file with mode: 0644]
arch/sh/include/asm/spl.h [new file with mode: 0644]
arch/xtensa/include/asm/spl.h [new file with mode: 0644]