]> git.baikalelectronics.ru Git - kernel.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>
Sat, 2 Mar 2013 20:09:56 +0000 (20:09 +0000)
commita3d2b2b515a8ccd55eabee76a380b82e045e120a
tree1284cb30541ef39b7c4a5a97891a482e9ad160c1
parent1b0f031f2ab5f2a5e5e227e82459e8720c0b5802
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