Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Greg Ungerer and committed by
Linus Torvalds
1d2842e0 65fde4c6

+1 -1
+1 -1
arch/m68knommu/kernel/setup.c
··· 113 113 extern int _stext, _etext, _sdata, _edata, _sbss, _ebss, _end; 114 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 118 int bootmap_size; 119 119