From: Simon Glass Date: Wed, 23 Dec 2020 15:11:15 +0000 (-0700) Subject: arc: m68k: nds32: nios2: sh: xtensa: Add empty spl.h header X-Git-Tag: v2021.10~377^2~1^2~65 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=477a6bcb3b8b3d9e6818e19bf9baaee750665bad;p=platform%2Fkernel%2Fu-boot.git 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 --- diff --git a/arch/arc/include/asm/spl.h b/arch/arc/include/asm/spl.h new file mode 100644 index 0000000..e69de29 diff --git a/arch/m68k/include/asm/spl.h b/arch/m68k/include/asm/spl.h new file mode 100644 index 0000000..e69de29 diff --git a/arch/nds32/include/asm/spl.h b/arch/nds32/include/asm/spl.h new file mode 100644 index 0000000..e69de29 diff --git a/arch/nios2/include/asm/spl.h b/arch/nios2/include/asm/spl.h new file mode 100644 index 0000000..e69de29 diff --git a/arch/sh/include/asm/spl.h b/arch/sh/include/asm/spl.h new file mode 100644 index 0000000..e69de29 diff --git a/arch/xtensa/include/asm/spl.h b/arch/xtensa/include/asm/spl.h new file mode 100644 index 0000000..e69de29