Re: [PATCH net-next] pkt_sched: fq: prefetch() fix
From: David Miller <davem@davemloft.net>
Date: 2013-08-30 18:52:56
From: David Miller <davem@davemloft.net>
Date: 2013-08-30 18:52:56
From: Eric Dumazet <redacted> Date: Fri, 30 Aug 2013 09:46:43 -0700
From: Eric Dumazet <edumazet@google.com> kbuild bot reported following m68k build error : net/sched/sch_fq.c: In function 'fq_dequeue':quoted
quoted
net/sched/sch_fq.c:491:2: error: implicit declaration of function'prefetch' [-Werror=implicit-function-declaration] cc1: some warnings being treated as errors While we are fixing this, move this prefetch() call a bit earlier. Reported-by: Wu Fengguang <redacted> Signed-off-by: Eric Dumazet <edumazet@google.com>
Applied, thanks Eric.