From: Geert Uytterhoeven Date: Wed, 11 Oct 2023 07:16:33 +0000 (+0200) Subject: m68k: lib: Include for __muldi3() X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=03191fb3db3d2585725bcffe0356d12fcfd27c4c;p=linux.git m68k: lib: Include for __muldi3() When building with W=1: arch/m68k/lib/muldi3.c:82:1: warning: no previous prototype for ‘__muldi3’ [-Wmissing-prototypes] 82 | __muldi3 (DItype u, DItype v) | ^~~~~~~~ Fix this by including . Signed-off-by: Geert Uytterhoeven Link: https://lore.kernel.org/r/160c1fd14b4798f576d9649334b1d2c77db5cb07.1697008341.git.geert@linux-m68k.org --- diff --git a/arch/m68k/lib/muldi3.c b/arch/m68k/lib/muldi3.c index eb7d9d86ff669..5012a9b218c78 100644 --- a/arch/m68k/lib/muldi3.c +++ b/arch/m68k/lib/muldi3.c @@ -16,6 +16,7 @@ GNU General Public License for more details. */ #include #include +#include #ifdef CONFIG_CPU_HAS_NO_MULDIV64