diff options
| author | Adrian Bunk <bunk@stusta.de> | 2006-03-25 06:07:39 -0500 |
|---|---|---|
| committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-03-25 11:22:56 -0500 |
| commit | 77d47582c2345e071df02afaf9191641009287c4 (patch) | |
| tree | b166b485024deed48add518bc60bf54e5f08a592 /init | |
| parent | f348d70a324e15afc701a494f32ec468abb7d1eb (diff) | |
[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>
Diffstat (limited to 'init')
| -rw-r--r-- | init/main.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/init/main.c b/init/main.c index a596cb8ac982..006dcd547dc2 100644 --- a/init/main.c +++ b/init/main.c | |||
| @@ -306,8 +306,6 @@ static int __init rdinit_setup(char *str) | |||
| 306 | } | 306 | } |
| 307 | __setup("rdinit=", rdinit_setup); | 307 | __setup("rdinit=", rdinit_setup); |
| 308 | 308 | ||
| 309 | extern void setup_arch(char **); | ||
| 310 | |||
| 311 | #ifndef CONFIG_SMP | 309 | #ifndef CONFIG_SMP |
| 312 | 310 | ||
| 313 | #ifdef CONFIG_X86_LOCAL_APIC | 311 | #ifdef CONFIG_X86_LOCAL_APIC |
