]> git.karo-electronics.de Git - karo-tx-linux.git/commit
metag: export clear_page and copy_page
authorJames Hogan <james.hogan@imgtec.com>
Mon, 11 Feb 2013 11:47:02 +0000 (11:47 +0000)
committerJames Hogan <james.hogan@imgtec.com>
Tue, 12 Feb 2013 14:46:12 +0000 (14:46 +0000)
commite4a26287bdad5856624ef5b0ba74403412db56de
tree9b1f0d659b18a5f5fb6e2c1157a3a89d37a1298f
parentc6c595eda1493446630485e4aebbb6d83c037692
metag: export clear_page and copy_page

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

ERROR: "clear_page" [fs/ntfs/ntfs.ko] undefined!
ERROR: "copy_page" [fs/nilfs2/nilfs2.ko] undefined!

Therefore export these functions to modules from metag_ksyms.c to fix
the errors. This was hit by a randconfig build.

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