diff options
author | Sam Ravnborg <sam@ravnborg.org> | 2007-07-31 00:37:53 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-31 15:39:38 -0700 |
commit | 64d158bc3db121fd2bec29057a44843930b044fa (patch) | |
tree | aba26bb5c6f2b924d4d1db48672b8de4bfa13542 /drivers/md | |
parent | 4a4b88317aa02c82e66e37debb764d4ff3eedd70 (diff) | |
download | linux-3.10-64d158bc3db121fd2bec29057a44843930b044fa.tar.gz linux-3.10-64d158bc3db121fd2bec29057a44843930b044fa.tar.bz2 linux-3.10-64d158bc3db121fd2bec29057a44843930b044fa.zip |
alpha: fix two section mismatch warnings
Fix the following section mismatch warnings:
WARNING: o-alpha/vmlinux.o(.text+0x1a4d4): Section mismatch: reference to .init.text:free_area_init (between 'paging_init' and 'srm_paging_stop')
WARNING: o-alpha/vmlinux.o(.text+0x1a4dc): Section mismatch: reference to .init.text:free_area_init (between 'paging_init' and 'srm_paging_stop')
One instance of paging_init() was declared __init but not the other one -
used by defconfig. Fixed by declaring the second instance ___init too.
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Cc: Ivan Kokshaysky <ink@jurassic.park.msu.ru>
Cc: Richard Henderson <rth@twiddle.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/md')
0 files changed, 0 insertions, 0 deletions