mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 22:51:42 +00:00
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>
This commit is contained in:
parent
65fde4c6df
commit
1d2842e05a
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user