MIPS: idle: Add prototype for function check_wait
authorPujin Shi <shipujin.t@gmail.com>
Sun, 27 Sep 2020 09:22:05 +0000 (17:22 +0800)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Sun, 27 Sep 2020 11:00:45 +0000 (13:00 +0200)
commit925b68822397eedc3b82d8c36929cec9cee26ec1
tree4784b5daa457adbced8354812970ddf034343c4e
parentef923a76c398157a74ec52bd3c81fb77bcdc7cdd
MIPS: idle: Add prototype for function check_wait

This commit adds a prototype to fix warning at W=1:

  arch/mips/kernel/idle.c:126:13: error: no previous prototype for 'check_wait' [-Werror=missing-prototypes]

Signed-off-by: Pujin Shi <shipujin.t@gmail.com>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
arch/mips/include/asm/idle.h