diff options
author | Simon Glass | 2020-12-23 08:11:15 -0700 |
---|---|---|
committer | Simon Glass | 2021-01-05 12:24:40 -0700 |
commit | 477a6bcb3b8b3d9e6818e19bf9baaee750665bad (patch) | |
tree | 59863282d2505fce502fb4ad14e7eedeb78ddea3 /arch/xtensa | |
parent | 4c66cb4a780c3936f3585b8ffc977f64e03f7e7f (diff) |
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>
Diffstat (limited to 'arch/xtensa')
-rw-r--r-- | arch/xtensa/include/asm/spl.h | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/arch/xtensa/include/asm/spl.h b/arch/xtensa/include/asm/spl.h new file mode 100644 index 00000000000..e69de29bb2d --- /dev/null +++ b/arch/xtensa/include/asm/spl.h |