mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: "David S. Miller" <davem@redhat.com>
To: steve@neptune.ca
Cc: linux-kernel@vger.kernel.org
Subject: Re: Linux 2.4.20-pre6 tg3 compile errors
Date: Tue, 10 Sep 2002 14:21:08 -0700 (PDT)	[thread overview]
Message-ID: <20020910.142108.08824481.davem@redhat.com> (raw)
In-Reply-To: <Pine.LNX.4.44.0209101716300.17602-100000@triton.neptune.on.ca>

   From: Steve Mickeler <steve@neptune.ca>
   Date: Tue, 10 Sep 2002 17:19:53 -0400 (EDT)

   Compiling in tg3 support using the tg3.c and tg3.h from 2.4.20-pre6
 ...   
   tg3.c: In function `tg3_rx':
   tg3.c:1977: warning: implicit declaration of function `netif_receive_skb'

I pretty sure you mispatched your tree.

It's there in 2.4.20-pre6:

bash$ egrep netif_receive_skb patch-2.4.20-pre6 
+                       netif_receive_skb (skb);
+3) instead of netif_rx() we call netif_receive_skb() to pass the skb.
+                       netif_receive_skb(skb);
+       return (polling ? netif_receive_skb(skb) : netif_rx(skb));
+extern int             netif_receive_skb(struct sk_buff *skb);
+int netif_receive_skb(struct sk_buff *skb)
+               netif_receive_skb(skb);
+EXPORT_SYMBOL(netif_receive_skb);
bash$ 

  reply	other threads:[~2002-09-10 21:24 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-09-10 21:12 Linux 2.4.20-pre6 Tony Spinillo
2002-09-10 21:19 ` Linux 2.4.20-pre6 tg3 compile errors Steve Mickeler
2002-09-10 21:21   ` David S. Miller [this message]
2002-09-10 21:33     ` Steve Mickeler
2002-09-10 21:26       ` David S. Miller
2002-09-11  2:20         ` Steve Mickeler
2002-09-11  2:37           ` Jeff Garzik
2002-09-11  2:56             ` Steve Mickeler
2002-09-11 13:25             ` David S. Miller
2002-09-11 13:36               ` Jeff Garzik
2002-09-11 13:23           ` David S. Miller
2002-09-10 21:28   ` Jeff Garzik
2002-09-10 21:22     ` David S. Miller

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=20020910.142108.08824481.davem@redhat.com \
    --to=davem@redhat.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=steve@neptune.ca \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®