[PATCH v6 04/33] arm64: Use proper include variant

Marc Zyngier maz at kernel.org
Thu Aug 13 02:16:57 PDT 2026


On Wed, 12 Aug 2026 16:36:00 +0100,
Steffen Eiden <seiden at linux.ibm.com> wrote:
> 
> Use <> for including the sysreg header as it is not discoverable from
> the current directory.
> 
> Fixes: c07d8017bceb ("arm64/sysreg: Enable automatic generation of system register definitions")
> Signed-off-by: Steffen Eiden <seiden at linux.ibm.com>
> ---
>  arch/arm64/include/asm/sysreg.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm64/include/asm/sysreg.h b/arch/arm64/include/asm/sysreg.h
> index 7aa08d59d494..4bfdac9401bd 100644
> --- a/arch/arm64/include/asm/sysreg.h
> +++ b/arch/arm64/include/asm/sysreg.h
> @@ -173,7 +173,7 @@
>   * come from here. The header relies on the definition of sys_reg()
>   * earlier in this file.
>   */
> -#include "asm/sysreg-defs.h"
> +#include <asm/sysreg-defs.h>
>  
>  /*
>   * System registers, organised loosely by encoding but grouped together

Acked-by: Marc Zyngier <maz at kernel.org>

	M.

-- 
Without deviation from the norm, progress is not possible.



More information about the linux-arm-kernel mailing list