All of lore.kernel.org
 help / color / mirror / Atom feed
From: John Weber <weber@sixbit.org>
To: Pete Clements <clem@clem.clem-digital.net>
Cc: linux-kernel@vger.kernel.org
Subject: Re: 2.5.71 fails compile (net/built-in.o)
Date: Sat, 14 Jun 2003 18:24:08 -0400	[thread overview]
Message-ID: <3EEBA088.30807@sixbit.org> (raw)
In-Reply-To: <20030614221008$62f5@gated-at.bofh.it>

Pete Clements wrote:
> FYI:
> 
> 
>   CPP     arch/i386/vmlinux.lds.s
>   GEN     .version
>   CHK     include/linux/compile.h
>   UPD     include/linux/compile.h
>   CC      init/version.o
>   LD      init/built-in.o
>   LD      .tmp_vmlinux1
> net/built-in.o: In function `flow_cache_init':
> net/built-in.o(.init.text+0x282): undefined reference to `register_cpu_notifier'
> make: *** [.tmp_vmlinux1] Error 1
> 
Just a missing #include in net/core/flow.c

--- flow.old    2003-06-14 18:17:35.000000000 -0400
+++ flow.c      2003-06-14 18:13:03.000000000 -0400
@@ -5,6 +5,7 @@
   */

  #include <linux/kernel.h>
+#include <linux/cpu.h>
  #include <linux/list.h>
  #include <linux/jhash.h>
  #include <linux/interrupt.h>


       reply	other threads:[~2003-06-14 22:08 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20030614221008$62f5@gated-at.bofh.it>
2003-06-14 22:24 ` John Weber [this message]
2003-06-14 22:03 2.5.71 fails compile (net/built-in.o) Pete Clements
2003-06-14 22:23 ` Andrew Morton

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3EEBA088.30807@sixbit.org \
    --to=weber@sixbit.org \
    --cc=clem@clem.clem-digital.net \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.