commit | 577a32f620271416d05f852477151fb51c790bc6 | [log] [tgz] |
---|---|---|
author | Sam Ravnborg <sam@ravnborg.org> | Thu May 17 23:29:25 2007 +0200 |
committer | Sam Ravnborg <sam@ravnborg.org> | Sat May 19 09:11:58 2007 +0200 |
tree | 9c4f219f59fc8117aa7d376d130d57f1ac841a8e | |
parent | 92080309df1975729a9f8b45fd56528817e34db8 [diff] |
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 <sam@ravnborg.org>