Commit 2083656b authored by Jakub Kicinski's avatar Jakub Kicinski

sh: checksum: add missing linux/uaccess.h include

SuperH does not include uaccess.h, even tho it calls access_ok().

Fixes: 68f4eae7 ("net: checksum: drop the linux/uaccess.h include")
Reviewed-by: default avatarSimon Horman <simon.horman@corigine.com>
Tested-by: default avatarSimon Horman <simon.horman@corigine.com>
Link: https://lore.kernel.org/r/20230128073108.1603095-1-kuba@kernel.orgSigned-off-by: default avatarJakub Kicinski <kuba@kernel.org>
parent 1586f31e
......@@ -7,6 +7,7 @@
*/
#include <linux/in6.h>
#include <linux/uaccess.h>
/*
* computes the checksum of a memory block at buff, length len,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment