linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [patch] linux-2.5.71: undefined reference to `register_cpu_notifier'
@ 2003-06-15  0:09 Gerhard Mack
  0 siblings, 0 replies; only message in thread
From: Gerhard Mack @ 2003-06-15  0:09 UTC (permalink / raw)
  To: linux-kernel

Got this on a fresh tree:

net/built-in.o(.init.text+0x209): In function `flow_cache_init':
: undefined reference to `register_cpu_notifier'
make: *** [.tmp_vmlinux1] Error 1

I think this is the right fix for it?  Please correct me if I'm wrong.

--- net/core/flow.c~    2003-06-14 15:17:56.000000000 -0400
+++ net/core/flow.c     2003-06-14 20:07:22.000000000 -0400
@@ -18,6 +18,7 @@
 #include <linux/percpu.h>
 #include <linux/bitops.h>
 #include <linux/notifier.h>
+#include <linux/cpu.h>
 #include <net/flow.h>
 #include <asm/atomic.h>
 #include <asm/semaphore.h>



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-06-14 23:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-06-15  0:09 [patch] linux-2.5.71: undefined reference to `register_cpu_notifier' Gerhard Mack

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).