[PATCH 1/6] metag: add __init to metag_cache_probe()

2013-02-01 Thread James Hogan
metag_cache_probe() is only called from setup_arch(), so add the __init attribute to it. Signed-off-by: James Hogan --- arch/metag/mm/cache.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/metag/mm/cache.c b/arch/metag/mm/cache.c index b713ec0..89da74a 100644 ---

[PATCH 1/6] metag: add __init to metag_cache_probe()

2013-02-01 Thread James Hogan
metag_cache_probe() is only called from setup_arch(), so add the __init attribute to it. Signed-off-by: James Hogan james.ho...@imgtec.com --- arch/metag/mm/cache.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/metag/mm/cache.c b/arch/metag/mm/cache.c index