net: Add missing linux/prefetch.h include to net/core/sock.c
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
2996d31f9f
commit
8c1ae10d79
1 changed files with 1 additions and 0 deletions
|
@ -113,6 +113,7 @@
|
|||
#include <linux/user_namespace.h>
|
||||
#include <linux/static_key.h>
|
||||
#include <linux/memcontrol.h>
|
||||
#include <linux/prefetch.h>
|
||||
|
||||
#include <asm/uaccess.h>
|
||||
|
||||
|
|
Loading…
Reference in a new issue