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: v3.5-rc1~109^2~187 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8c1ae10d792155a7221be12b37dcebc3bcc1b49f;p=platform%2Fkernel%2Flinux-3.10.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 1a88351..b8c818e 100644 --- a/net/core/sock.c +++ b/net/core/sock.c @@ -113,6 +113,7 @@ #include #include #include +#include #include