From: David S. Miller Date: Thu, 3 May 2012 06:25:55 +0000 (-0400) Subject: net: Add missing linux/prefetch.h include to net/core/sock.c X-Git-Tag: firefly_0821_release~3680^2~2787^2~187 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=8c1ae10d792155a7221be12b37dcebc3bcc1b49f;p=firefly-linux-kernel-4.4.55.git net: Add missing linux/prefetch.h include to net/core/sock.c Reported-by: Stephen Rothwell Signed-off-by: David S. Miller --- diff --git a/net/core/sock.c b/net/core/sock.c index 1a8835117fd6..b8c818e69c23 100644 --- a/net/core/sock.c +++ b/net/core/sock.c @@ -113,6 +113,7 @@ #include #include #include +#include #include