Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

sh/cpu: Expose arch_cpu_idle_dead()'s prototype definition

Include <linux/cpu.h> to make sure arch_cpu_idle_dead() matches its
prototype going forward.

Link: https://lore.kernel.org/r/3d9661e97828fb464a48d4becf18f12604831903.1676358308.git.jpoimboe@kernel.org
Signed-off-by: Josh Poimboeuf <jpoimboe@kernel.org>

+1
+1
arch/sh/kernel/idle.c
··· 4 4 * 5 5 * Copyright (C) 2002 - 2009 Paul Mundt 6 6 */ 7 + #include <linux/cpu.h> 7 8 #include <linux/module.h> 8 9 #include <linux/init.h> 9 10 #include <linux/mm.h>