提交 2083656b 编写于 作者: J 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: NSimon Horman <simon.horman@corigine.com>
Tested-by: NSimon Horman <simon.horman@corigine.com>
Link: https://lore.kernel.org/r/20230128073108.1603095-1-kuba@kernel.orgSigned-off-by: NJakub Kicinski <kuba@kernel.org>
上级 1586f31e
...@@ -7,6 +7,7 @@ ...@@ -7,6 +7,7 @@
*/ */
#include <linux/in6.h> #include <linux/in6.h>
#include <linux/uaccess.h>
/* /*
* computes the checksum of a memory block at buff, length len, * computes the checksum of a memory block at buff, length len,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册