Skip to content

Commit

Permalink
m68knommu: mark setup_arch() as __init
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Greg Ungerer authored and Linus Torvalds committed Oct 24, 2007
1 parent 65fde4c commit 1d2842e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/m68knommu/kernel/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ void (*mach_power_off)(void);
extern int _stext, _etext, _sdata, _edata, _sbss, _ebss, _end;
extern int _ramstart, _ramend;

void setup_arch(char **cmdline_p)
void __init setup_arch(char **cmdline_p)
{
int bootmap_size;

Expand Down

0 comments on commit 1d2842e

Please sign in to comment.