|
@@ -1062,7 +1062,6 @@ static int miscintcount;
|
|
|
static irqreturn_t bmac_misc_intr(int irq, void *dev_id)
|
|
|
{
|
|
|
struct net_device *dev = (struct net_device *) dev_id;
|
|
|
- struct bmac_data *bp = netdev_priv(dev);
|
|
|
unsigned int status = bmread(dev, STATUS);
|
|
|
if (miscintcount++ < 10) {
|
|
|
XXDEBUG(("bmac_misc_intr\n"));
|