[PATCH] (38/43) missing exports on m32r

From: Al Viro
Date: Tue Aug 23 2005 - 16:46:10 EST


missing exports on m32r

Signed-off-by: Al Viro <viro@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
----
diff -urN RC13-rc6-git13-isa_type/arch/m32r/lib/csum_partial_copy.c RC13-rc6-git13-m32r-exports/arch/m32r/lib/csum_partial_copy.c
--- RC13-rc6-git13-isa_type/arch/m32r/lib/csum_partial_copy.c 2005-06-17 15:48:29.000000000 -0400
+++ RC13-rc6-git13-m32r-exports/arch/m32r/lib/csum_partial_copy.c 2005-08-21 13:17:36.000000000 -0400
@@ -58,3 +58,4 @@
return csum_partial(dst, len-missing, sum);
}
EXPORT_SYMBOL(csum_partial_copy_from_user);
+EXPORT_SYMBOL(csum_partial);
diff -urN RC13-rc6-git13-isa_type/arch/m32r/mm/discontig.c RC13-rc6-git13-m32r-exports/arch/m32r/mm/discontig.c
--- RC13-rc6-git13-isa_type/arch/m32r/mm/discontig.c 2005-06-17 15:48:29.000000000 -0400
+++ RC13-rc6-git13-m32r-exports/arch/m32r/mm/discontig.c 2005-08-21 13:17:36.000000000 -0400
@@ -12,12 +12,14 @@
#include <linux/mmzone.h>
#include <linux/initrd.h>
#include <linux/nodemask.h>
+#include <linux/module.h>

#include <asm/setup.h>

extern char _end[];

struct pglist_data *node_data[MAX_NUMNODES];
+EXPORT_SYMBOL(node_data);
static bootmem_data_t node_bdata[MAX_NUMNODES] __initdata;

pg_data_t m32r_node_data[MAX_NUMNODES];
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/