From 477a6bcb3b8b3d9e6818e19bf9baaee750665bad Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Wed, 23 Dec 2020 08:11:15 -0700 Subject: 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 --- arch/nds32/include/asm/spl.h | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 arch/nds32/include/asm/spl.h (limited to 'arch/nds32') diff --git a/arch/nds32/include/asm/spl.h b/arch/nds32/include/asm/spl.h new file mode 100644 index 0000000000..e69de29bb2 -- cgit v1.2.3