All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stephen Hemminger <shemminger@osdl.org>
To: Steve Glendinning <steve.glendinning@smsc.com>
Cc: netdev@vger.kernel.org, Ian Saturley <ian.saturley@smsc.com>,
	Bahadir Balban <Bahadir.Balban@arm.com>
Subject: Re: SMSC LAN911x and LAN921x vendor driver
Date: Fri, 28 Jul 2006 07:31:22 -0700	[thread overview]
Message-ID: <20060728073122.3b7baafe@localhost> (raw)
In-Reply-To: <11540873333102-git-send-email-steve.glendinning@smsc.com>


> +/* Tasklet declarations */
> +static unsigned long rx_tasklet_parameter;
> +static void smsc911x_rx_tasklet(unsigned long data);
> +
> +DECLARE_TASKLET(rx_tasklet, smsc911x_rx_tasklet, 0);

You can make this local with
static DECLARE_TASKLET(rx_tasklet, smsc911x_rx_tasklet, 0);

  reply	other threads:[~2006-07-28 14:31 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <7ac1e90c0607140711p4529d4fbh98d3e9edf2c7a52f@mail.gmail.com>
2006-07-14 18:50 ` smsc911x driver Stephen Hemminger
2006-07-28 11:48   ` SMSC LAN911x and LAN921x vendor driver Steve Glendinning
2006-07-28 14:31     ` Stephen Hemminger [this message]
2006-07-28 21:38     ` Francois Romieu
2006-07-29  0:38       ` Stephen Hemminger
2006-07-31 20:20       ` Steve.Glendinning
2006-08-01 15:12       ` [PATCH] " Steve Glendinning
2006-08-01 15:33         ` John W. Linville
2006-08-02 19:23           ` Steve.Glendinning
2006-08-02 19:51             ` John W. Linville
2006-08-01 18:28         ` Scott Murray
2006-08-01 19:27           ` Steve.Glendinning
2006-08-01 23:51             ` Scott Murray
2006-08-03 15:26               ` Steve.Glendinning
2006-08-03 21:07                 ` Scott Murray
2006-08-01 21:40         ` Francois Romieu
2006-08-02 19:39           ` Steve.Glendinning
2006-08-02 21:07             ` Francois Romieu
2006-08-04 11:29               ` Steve Glendinning
     [not found] <44ED2008.9000109@garzik.org>
2006-08-24 11:09 ` Steve.Glendinning

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=20060728073122.3b7baafe@localhost \
    --to=shemminger@osdl.org \
    --cc=Bahadir.Balban@arm.com \
    --cc=ian.saturley@smsc.com \
    --cc=netdev@vger.kernel.org \
    --cc=steve.glendinning@smsc.com \
    /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.