Skip to content

Commit 1d2842e

Browse files
Greg UngererLinus Torvalds
authored andcommitted
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>
1 parent 65fde4c commit 1d2842e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/m68knommu/kernel/setup.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ void (*mach_power_off)(void);
113113
extern int _stext, _etext, _sdata, _edata, _sbss, _ebss, _end;
114114
extern int _ramstart, _ramend;
115115

116-
void setup_arch(char **cmdline_p)
116+
void __init setup_arch(char **cmdline_p)
117117
{
118118
int bootmap_size;
119119

0 commit comments

Comments
 (0)