From: Oleksii Kurochko Date: Wed, 8 Feb 2023 08:20:39 +0000 (+0100) Subject: xen/riscv: introduce empty X-Git-Tag: 4.18.0-rc1~1117 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=826b270337fe9380519e8dea03442d5430a916b9;p=xen.git xen/riscv: introduce empty To include is required Signed-off-by: Oleksii Kurochko Acked-by: Alistair Francis --- diff --git a/xen/arch/riscv/include/asm/cache.h b/xen/arch/riscv/include/asm/cache.h new file mode 100644 index 0000000000..69573eb051 --- /dev/null +++ b/xen/arch/riscv/include/asm/cache.h @@ -0,0 +1,6 @@ +/* SPDX-License-Identifier: GPL-2.0 */ + +#ifndef _ASM_RISCV_CACHE_H +#define _ASM_RISCV_CACHE_H + +#endif /* _ASM_RISCV_CACHE_H */