You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
[PATCH] add a proper prototype for setup_arch()
This patch adds a proper prototype for setup_arch() in init.h. This patch is based on a patch by Ben Dooks <ben-linux@fluff.org>. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
committed by
Linus Torvalds
parent
f348d70a32
commit
77d47582c2
@@ -306,8 +306,6 @@ static int __init rdinit_setup(char *str)
|
||||
}
|
||||
__setup("rdinit=", rdinit_setup);
|
||||
|
||||
extern void setup_arch(char **);
|
||||
|
||||
#ifndef CONFIG_SMP
|
||||
|
||||
#ifdef CONFIG_X86_LOCAL_APIC
|
||||
|
||||
Reference in New Issue
Block a user