fix a braino in ia64 uaccess csum changes

Fixes: cc03f19cfd (ia64: csum_partial_copy_nocheck(): don't abuse csum_partial_copy_from_user())
Reported-by: Guenter Roeck <linux@roeck-us.net>
Tested-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
Al Viro 2020-06-03 16:15:28 -04:00
parent 001c1a655f
commit 174e1ea8a2

View file

@ -12,7 +12,7 @@
#include <linux/types.h>
#include <linux/string.h>
#include <linux/uaccess.h>
#include <net/checksum.h>
/*
* XXX Fixme: those 2 inlines are meant for debugging and will go away