diff options
author | Greg Ungerer <gerg@snapgear.com> | 2007-10-23 22:03:41 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-10-23 23:45:44 -0400 |
commit | 1d2842e05a63cbca10a301632598a5193ad8980b (patch) | |
tree | 154effcc20eeab0887b3ce9dcf146474f83bab23 /arch/m68knommu/kernel | |
parent | 65fde4c6dfd27665b13336d7dfc47daa7fa960cb (diff) |
m68knommu: mark setup_arch() as __init
Mark the m68knommu setup_arch() function as __init.
Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/m68knommu/kernel')
-rw-r--r-- | arch/m68knommu/kernel/setup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/m68knommu/kernel/setup.c b/arch/m68knommu/kernel/setup.c index 4d0b050bb444..332345d7675d 100644 --- a/arch/m68knommu/kernel/setup.c +++ b/arch/m68knommu/kernel/setup.c | |||
@@ -113,7 +113,7 @@ void (*mach_power_off)(void); | |||
113 | extern int _stext, _etext, _sdata, _edata, _sbss, _ebss, _end; | 113 | extern int _stext, _etext, _sdata, _edata, _sbss, _ebss, _end; |
114 | extern int _ramstart, _ramend; | 114 | extern int _ramstart, _ramend; |
115 | 115 | ||
116 | void setup_arch(char **cmdline_p) | 116 | void __init setup_arch(char **cmdline_p) |
117 | { | 117 | { |
118 | int bootmap_size; | 118 | int bootmap_size; |
119 | 119 | ||