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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



missing exports on m32r

Signed-off-by: Al Viro <[email protected]>
----
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 [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[Index of Archives]     [Kernel Newbies]     [Netfilter]     [Bugtraq]     [Photo]     [Gimp]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Video 4 Linux]     [Linux for the blind]
  Powered by Linux