Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

[PATCH] missing exports on m32r

missing exports on m32r

Signed-off-by: Al Viro <viro@parcelfarce.linux.theplanet.co.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

authored by

Al Viro and committed by
Linus Torvalds
eaaece26 33215652

+3
+1
arch/m32r/lib/csum_partial_copy.c
··· 58 58 return csum_partial(dst, len-missing, sum); 59 59 } 60 60 EXPORT_SYMBOL(csum_partial_copy_from_user); 61 + EXPORT_SYMBOL(csum_partial);
+2
arch/m32r/mm/discontig.c
··· 12 12 #include <linux/mmzone.h> 13 13 #include <linux/initrd.h> 14 14 #include <linux/nodemask.h> 15 + #include <linux/module.h> 15 16 16 17 #include <asm/setup.h> 17 18 18 19 extern char _end[]; 19 20 20 21 struct pglist_data *node_data[MAX_NUMNODES]; 22 + EXPORT_SYMBOL(node_data); 21 23 static bootmem_data_t node_bdata[MAX_NUMNODES] __initdata; 22 24 23 25 pg_data_t m32r_node_data[MAX_NUMNODES];