From 4cdb71b6ba3283fb2b7eaccc333f8f2c5b81797b Mon Sep 17 00:00:00 2001 From: Masahiro Yamada Date: Sun, 20 Aug 2023 08:33:48 +0900 Subject: sparc: replace #include with #include Commit ddb5cdbafaaa ("kbuild: generate KSYMTAB entries by modpost") deprecated , which is now a wrapper of . Replace #include with #include . After all the lines are converted, and will be removed. Signed-off-by: Masahiro Yamada Acked-by: Sam Ravnborg --- arch/sparc/lib/bitops.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arch/sparc/lib/bitops.S') diff --git a/arch/sparc/lib/bitops.S b/arch/sparc/lib/bitops.S index 9d647f977618..9c91cbb310e7 100644 --- a/arch/sparc/lib/bitops.S +++ b/arch/sparc/lib/bitops.S @@ -4,10 +4,10 @@ * Copyright (C) 2000, 2007 David S. Miller (davem@davemloft.net) */ +#include #include #include #include -#include .text -- cgit v1.2.3