]> www.infradead.org Git - users/jedix/linux-maple.git/commit
MIPS: ip30: ip30-console: Add missing include
authorJiaxun Yang <jiaxun.yang@flygoat.com>
Sun, 16 Jun 2024 17:54:24 +0000 (18:54 +0100)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Wed, 19 Jun 2024 11:09:35 +0000 (13:09 +0200)
commit8de4ed75bd14ed197119ac509c6902a8561e0c1c
tree47f4ffc85f2df3b1b1da20affb61bf052e16b723
parent3ee1167a16dfae1f656d52133a72be992cb85047
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 <jiaxun.yang@flygoat.com>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
arch/mips/sgi-ip30/ip30-console.c