Skip to content

Commit 174e1ea

Browse files
author
Al Viro
committed
fix a braino in ia64 uaccess csum changes
Fixes: cc03f19 (ia64: csum_partial_copy_nocheck(): don't abuse csum_partial_copy_from_user()) Reported-by: Guenter Roeck <[email protected]> Tested-by: Guenter Roeck <[email protected]> Signed-off-by: Al Viro <[email protected]>
1 parent 001c1a6 commit 174e1ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/ia64/lib/csum_partial_copy.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
#include <linux/types.h>
1313
#include <linux/string.h>
1414

15-
#include <linux/uaccess.h>
15+
#include <net/checksum.h>
1616

1717
/*
1818
* XXX Fixme: those 2 inlines are meant for debugging and will go away

0 commit comments

Comments
 (0)