On Tue, Jul 18, 2023 at 12:41 AM Oleksii Kurochko <[email protected]> wrote: > > Signed-off-by: Oleksii Kurochko <[email protected]>
Reviewed-by: Alistair Francis <[email protected]> Alistair > --- > Changes in V3: > - new patch > --- > xen/arch/riscv/include/asm/config.h | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/xen/arch/riscv/include/asm/config.h > b/xen/arch/riscv/include/asm/config.h > index 38862df0b8..fa90ae0898 100644 > --- a/xen/arch/riscv/include/asm/config.h > +++ b/xen/arch/riscv/include/asm/config.h > @@ -1,3 +1,5 @@ > +/* SPDX-License-Identifier: GPL-2.0-only */ > + > #ifndef __RISCV_CONFIG_H__ > #define __RISCV_CONFIG_H__ > > -- > 2.41.0 > >
