From: James Hogan Date: Mon, 11 Feb 2013 11:47:02 +0000 (+0000) Subject: metag: export clear_page and copy_page X-Git-Tag: v3.9-rc1~7^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c838e72a35e49ea51c39c2c634ece028fa49c565;p=pandora-kernel.git 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 --- Reading git-diff-tree failed