alistair23-linux/arch/metag
James Hogan c838e72a35 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>
2013-03-02 20:11:13 +00:00
..
boot metag: Build infrastructure 2013-03-02 20:09:54 +00:00
configs metag: Add JTAG Debug Adapter (DA) support 2013-03-02 20:09:56 +00:00
include metag: protect more non-MMU memory regions 2013-03-02 20:09:58 +00:00
kernel metag: export clear_page and copy_page 2013-03-02 20:11:13 +00:00
lib metag: Build infrastructure 2013-03-02 20:09:54 +00:00
mm metag: export metag_code_cache_flush_all 2013-03-02 20:11:12 +00:00
tbx metag: Build infrastructure 2013-03-02 20:09:54 +00:00
Kconfig metag: Add JTAG Debug Adapter (DA) support 2013-03-02 20:09:56 +00:00
Kconfig.debug metag: Build infrastructure 2013-03-02 20:09:54 +00:00
Kconfig.soc metag: Build infrastructure 2013-03-02 20:09:54 +00:00
Makefile metag: Build infrastructure 2013-03-02 20:09:54 +00:00