Re: SMSC LAN911x and LAN921x vendor driver
From: Stephen Hemminger <hidden>
Date: 2006-07-28 14:31:40
Possibly related (same subject, not in this thread)
- 2006-08-24 · Re: SMSC LAN911x and LAN921x vendor driver · <hidden>
From: Stephen Hemminger <hidden>
Date: 2006-07-28 14:31:40
+/* 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);