* [PATCH 5/6][uml] missing export of csum_partial() on uml/amd64
@ 2008-05-21 0:48 Al Viro
0 siblings, 0 replies; only message in thread
From: Al Viro @ 2008-05-21 0:48 UTC (permalink / raw)
To: torvalds; +Cc: jdike, linux-kernel
Content-Length: 596
Lines: 22
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
---
arch/um/sys-x86_64/ksyms.c | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/arch/um/sys-x86_64/ksyms.c b/arch/um/sys-x86_64/ksyms.c
index 4d7d1a8..6604673 100644
--- a/arch/um/sys-x86_64/ksyms.c
+++ b/arch/um/sys-x86_64/ksyms.c
@@ -1,5 +1,7 @@
-#include "linux/module.h"
-#include "asm/string.h"
+#include <linux/module.h>
+#include <asm/string.h>
+#include <asm/checksum.h>
/*XXX: we need them because they would be exported by x86_64 */
EXPORT_SYMBOL(__memcpy);
+EXPORT_SYMBOL(csum_partial);
--
1.5.3.GIT
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-05-21 0:50 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-05-21 0:48 [PATCH 5/6][uml] missing export of csum_partial() on uml/amd64 Al Viro
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®