All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jeff Garzik <jgarzik@pobox.com>
To: Bryan Whitehead <driver@megahappy.net>
Cc: linux-kernel@vger.kernel.org, akpm@osdl.org,
	tulip-users@lists.sourceforge.net
Subject: Re: [PATCH 2.6.2-rc1-mm2] drivers/net/tulip/tulip_core.c
Date: Sat, 24 Jan 2004 16:17:14 -0500	[thread overview]
Message-ID: <4012E0DA.7050808@pobox.com> (raw)
In-Reply-To: <20040124080217.ED53113A354@mrhankey.megahappy.net>

Bryan Whitehead wrote:
> This fixes a warning if CONFIG_NET_POLL_CONTROLLER is NOT set.
> 
> --- drivers/net/tulip/tulip_core.c.orig 2004-01-23 23:53:17.484261904 -0800
> +++ drivers/net/tulip/tulip_core.c      2004-01-23 23:53:53.675759960 -0800
> @@ -253,7 +253,9 @@
>  static struct net_device_stats *tulip_get_stats(struct net_device *dev);
>  static int private_ioctl(struct net_device *dev, struct ifreq *rq, int cmd);
>  static void set_rx_mode(struct net_device *dev);
> +#ifdef CONFIG_NET_POLL_CONTROLLER
>  static void poll_tulip(struct net_device *dev);
> +#endif


Hum... doesn't apply here, and also it breaks my automated
"patch -sp1 < patch" script :/



  reply	other threads:[~2004-01-24 21:17 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-01-24  8:02 [PATCH 2.6.2-rc1-mm2] drivers/net/tulip/tulip_core.c Bryan Whitehead
2004-01-24 21:17 ` Jeff Garzik [this message]
2004-01-25  0:48   ` Bryan Whitehead

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=4012E0DA.7050808@pobox.com \
    --to=jgarzik@pobox.com \
    --cc=akpm@osdl.org \
    --cc=driver@megahappy.net \
    --cc=linux-kernel@vger.kernel.org \
    --cc=tulip-users@lists.sourceforge.net \
    /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.