[PATCH 5/6][uml] missing export of csum_partial() on uml/amd64

Previous thread: [PATCH 4/6][uml] uml: add missing exports for UML_RANDOM=m by Al Viro on Tuesday, May 20, 2008 - 5:48 pm. (1 message)

Next thread: [PATCH 6/6][uml] thanks to net/mac80211 we need to pull drivers/leds/Kconfig on uml by Al Viro on Tuesday, May 20, 2008 - 5:49 pm. (1 message)
From: Al Viro
Date: Tuesday, May 20, 2008 - 5:48 pm

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


--

Previous thread: [PATCH 4/6][uml] uml: add missing exports for UML_RANDOM=m by Al Viro on Tuesday, May 20, 2008 - 5:48 pm. (1 message)

Next thread: [PATCH 6/6][uml] thanks to net/mac80211 we need to pull drivers/leds/Kconfig on uml by Al Viro on Tuesday, May 20, 2008 - 5:49 pm. (1 message)