From: Sam Ravnborg Date: Thu, 17 May 2007 21:29:25 +0000 (+0200) Subject: mm: fix section mismatch warnings X-Git-Tag: v2.6.22-rc3~109^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=577a32f620271416d05f852477151fb51c790bc6;p=pandora-kernel.git mm: fix section mismatch warnings modpost had two cases hardcoded for mm/ Shift over to __init_refok and kill the hardcoded function names in modpost. This has the drawback that the functions will always be kept no matter configuration. With previous code the function were placed in init section if configuration allowed it. Signed-off-by: Sam Ravnborg --- Reading git-diff-tree failed