From: Mark Brown Date: Thu, 13 May 2021 15:18:19 +0000 (+0100) Subject: arm64: tools: Add __ASM_CPUCAPS_H to the endif in cpucaps.h X-Git-Tag: v5.13-rc2~22^2~1 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=af44068c581c028fd9897ca75a10fa310d8fc449;p=linux-block.git arm64: tools: Add __ASM_CPUCAPS_H to the endif in cpucaps.h Anshuman suggested this. Suggested-by: Anshuman Khandual Signed-off-by: Mark Brown Link: https://lore.kernel.org/r/20210513151819.12526-1-broonie@kernel.org Signed-off-by: Catalin Marinas --- diff --git a/arch/arm64/tools/gen-cpucaps.awk b/arch/arm64/tools/gen-cpucaps.awk index 18737a1ce044..00c9e72a200a 100755 --- a/arch/arm64/tools/gen-cpucaps.awk +++ b/arch/arm64/tools/gen-cpucaps.awk @@ -31,7 +31,7 @@ BEGIN { END { printf("#define ARM64_NCAPS\t\t\t\t%d\n", cap_num) print "" - print "#endif" + print "#endif /* __ASM_CPUCAPS_H */" } # Any lines not handled by previous rules are unexpected