[POWERPC] Export empty_zero_page and copy_page in arch/ppc
authorTony Breeds <tony@bakeyournoodle.com>
Wed, 28 May 2008 00:52:19 +0000 (10:52 +1000)
committerPaul Mackerras <paulus@samba.org>
Sat, 31 May 2008 07:08:28 +0000 (17:08 +1000)
commit6907fa26d8934904a4c2594034c1affd8d717cae
tree55fe974d142828b7dbcd2b5e2a384cec449609db
parentcfab3bdf8292edec19492c89520b1ad11279a648
[POWERPC] Export empty_zero_page and copy_page in arch/ppc

Currently ext4 and fuse fail to link if modular:
ERROR: "copy_page" [fs/fuse/fuse.ko] undefined!
ERROR: "empty_zero_page" [fs/ext4/ext4dev.ko] undefined!
make[3]: *** [__modpost] Error 1
make[2]: *** [modules] Error 2
make[1]: *** [sub-make] Error 2

While arch ppc exists it may as well compile, so this exports those
symbols (which are already exported in arch/powerpc).

Signed-off-by: Tony Breeds <tony@bakeyournoodle.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/ppc/kernel/ppc_ksyms.c