linux-next.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH -next] net/codel: Add missing #include <linux/prefetch.h>
@ 2012-05-14 19:47 Geert Uytterhoeven
  2012-05-14 21:04 ` Eric Dumazet
  0 siblings, 1 reply; 3+ messages in thread
From: Geert Uytterhoeven @ 2012-05-14 19:47 UTC (permalink / raw)
  To: Eric Dumazet, Dave Taht, David S. Miller
  Cc: netdev, linux-kernel, linux-next, Geert Uytterhoeven

m68k allmodconfig:

net/sched/sch_codel.c: In function ‘dequeue’:
net/sched/sch_codel.c:70: error: implicit declaration of function ‘prefetch’
make[1]: *** [net/sched/sch_codel.o] Error 1

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
---
http://kisskb.ellerman.id.au/kisskb/buildresult/6320394/

 net/sched/sch_codel.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/net/sched/sch_codel.c b/net/sched/sch_codel.c
index b4a1a81..213ef60 100644
--- a/net/sched/sch_codel.c
+++ b/net/sched/sch_codel.c
@@ -46,6 +46,7 @@
 #include <linux/kernel.h>
 #include <linux/errno.h>
 #include <linux/skbuff.h>
+#include <linux/prefetch.h>
 #include <net/pkt_sched.h>
 #include <net/codel.h>
 
-- 
1.7.0.4

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH -next] net/codel: Add missing #include <linux/prefetch.h>
  2012-05-14 19:47 [PATCH -next] net/codel: Add missing #include <linux/prefetch.h> Geert Uytterhoeven
@ 2012-05-14 21:04 ` Eric Dumazet
  2012-05-14 21:59   ` David Miller
  0 siblings, 1 reply; 3+ messages in thread
From: Eric Dumazet @ 2012-05-14 21:04 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: Eric Dumazet, Dave Taht, David S. Miller, netdev, linux-kernel,
	linux-next

On Mon, 2012-05-14 at 21:47 +0200, Geert Uytterhoeven wrote:
> m68k allmodconfig:
> 
> net/sched/sch_codel.c: In function ‘dequeue’:
> net/sched/sch_codel.c:70: error: implicit declaration of function ‘prefetch’
> make[1]: *** [net/sched/sch_codel.o] Error 1
> 
> Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
> ---

I plaid guilty

Acked-by: Eric Dumazet <edumazet@google.com>

Thanks

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH -next] net/codel: Add missing #include <linux/prefetch.h>
  2012-05-14 21:04 ` Eric Dumazet
@ 2012-05-14 21:59   ` David Miller
  0 siblings, 0 replies; 3+ messages in thread
From: David Miller @ 2012-05-14 21:59 UTC (permalink / raw)
  To: eric.dumazet; +Cc: geert, edumazet, dave.taht, netdev, linux-kernel, linux-next

From: Eric Dumazet <eric.dumazet@gmail.com>
Date: Mon, 14 May 2012 23:04:58 +0200

> On Mon, 2012-05-14 at 21:47 +0200, Geert Uytterhoeven wrote:
>> m68k allmodconfig:
>> 
>> net/sched/sch_codel.c: In function ‘dequeue’:
>> net/sched/sch_codel.c:70: error: implicit declaration of function ‘prefetch’
>> make[1]: *** [net/sched/sch_codel.o] Error 1
>> 
>> Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
>> ---
> 
> I plaid guilty
> 
> Acked-by: Eric Dumazet <edumazet@google.com>

Applied.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-05-14 22:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-05-14 19:47 [PATCH -next] net/codel: Add missing #include <linux/prefetch.h> Geert Uytterhoeven
2012-05-14 21:04 ` Eric Dumazet
2012-05-14 21:59   ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).