Commit af44068c authored by Mark Brown's avatar Mark Brown Committed by Catalin Marinas
Browse files

arm64: tools: Add __ASM_CPUCAPS_H to the endif in cpucaps.h

parent 37a8024d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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