From: Jiaxun Yang Date: Sun, 16 Jun 2024 17:54:24 +0000 (+0100) Subject: MIPS: ip30: ip30-console: Add missing include X-Git-Tag: v6.11-rc1~95^2~43 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8de4ed75bd14ed197119ac509c6902a8561e0c1c;p=thirdparty%2Fkernel%2Flinux.git MIPS: ip30: ip30-console: Add missing include Include linux/processor.h to fix build error: arch/mips/sgi-ip30/ip30-console.c: In function ‘prom_putchar’: arch/mips/sgi-ip30/ip30-console.c:21:17: error: implicit declaration of function ‘cpu_relax’ [-Werror=implicit-function-declaration] 21 | cpu_relax(); Cc: stable@vger.kernel.org Signed-off-by: Jiaxun Yang Signed-off-by: Thomas Bogendoerfer --- diff --git a/arch/mips/sgi-ip30/ip30-console.c b/arch/mips/sgi-ip30/ip30-console.c index 7c6dcf6e73f70..a5f10097b9859 100644 --- a/arch/mips/sgi-ip30/ip30-console.c +++ b/arch/mips/sgi-ip30/ip30-console.c @@ -1,6 +1,7 @@ // SPDX-License-Identifier: GPL-2.0 #include +#include #include #include