commit | f8382d82e1d1a19e382051b1c744c1ffef133369 | [log] [tgz] |
---|---|---|
author | Laura Abbott <lauraa@codeaurora.org> | Fri Jun 28 12:52:17 2013 -0700 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Tue Sep 17 12:52:21 2013 -0700 |
tree | 38e547da9bed3c2abf636fcd5a373f06c8bf00d7 | |
parent | 16b3757ad0a5572f74843048bb8bbf9194595214 [diff] |
mm: Remove __init annotations from free_bootmem_late free_bootmem_late is currently set up to only be used in init functions. Some clients need to use this function past initcalls. The functions themselves have no restrictions on being used later minus the __init annotations so remove the annotation. Change-Id: I7c7e15cf2780a8843ebb4610da5b633c9abb0b3d Signed-off-by: Laura Abbott <lauraa@codeaurora.org>