]> git.karo-electronics.de Git - karo-tx-linux.git/commit
metag: add __init to metag_cache_probe()
authorJames Hogan <james.hogan@imgtec.com>
Thu, 31 Jan 2013 11:04:49 +0000 (11:04 +0000)
committerJames Hogan <james.hogan@imgtec.com>
Fri, 8 Feb 2013 09:53:10 +0000 (09:53 +0000)
commitce288cc984be320a44b822f7573fb067153255f0
tree43e15a5a152941e006a54c67ed685f291a2495b9
parent0545a55b851cb57c5ad4e930c9d457bc767ef55f
metag: add __init to metag_cache_probe()

metag_cache_probe() is only called from setup_arch(), so add the __init
attribute to it.

Signed-off-by: James Hogan <james.hogan@imgtec.com>
arch/metag/mm/cache.c