]> git.karo-electronics.de Git - karo-tx-linux.git/commit
metag: export metag_code_cache_flush_all
authorJames Hogan <james.hogan@imgtec.com>
Mon, 11 Feb 2013 11:43:20 +0000 (11:43 +0000)
committerJames Hogan <james.hogan@imgtec.com>
Tue, 12 Feb 2013 14:46:12 +0000 (14:46 +0000)
commitc6c595eda1493446630485e4aebbb6d83c037692
treee8342768319eb359eec71b6ab559112be6cbc678
parenta21d25e79af77c696e67c48603a631b5ae7b2347
metag: export metag_code_cache_flush_all

Various file systems indirectly use metag_code_cache_flush_all(), so
when they're built as modules we get build errors like the following:

ERROR: "metag_code_cache_flush_all" [fs/xfs/xfs.ko] undefined!

Therefore export this function to modules to fix the errors. This was
hit by a randconfig build.

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