lkml.org 
[lkml]   [2005]   [Aug]   [23]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Subject[PATCH] (38/43) missing exports on m32r
From
Date
missing exports on m32r

Signed-off-by: Al Viro <viro@parcelfarce.linux.theplanet.co.uk>
----
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@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
\
 
 \ /
  Last update: 2005-08-23 23:48    [W:0.061 / U:0.256 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site