From: Stephen Rothwell Date: Thu, 22 Dec 2011 06:03:29 +0000 (+1100) Subject: ipv4: using prefetch requires including prefetch.h X-Git-Tag: v2.6.39-400.9.0~712 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=d1d91690f773c607a7daea8ce83cd51e1a92a131;p=users%2Fjedix%2Flinux-maple.git ipv4: using prefetch requires including prefetch.h [ Upstream commit b9eda06f80b0db61a73bd87c6b0eb67d8aca55ad ] Signed-off-by: Stephen Rothwell Acked-by: Eric Dumazet Acked-by: David Miller Signed-off-by: Linus Torvalds Signed-off-by: Greg Kroah-Hartman --- diff --git a/net/ipv4/route.c b/net/ipv4/route.c index b01f569cfb19..4845bfe02d24 100644 --- a/net/ipv4/route.c +++ b/net/ipv4/route.c @@ -91,6 +91,7 @@ #include #include #include +#include #include #include #include