[Adding david miller and stable@xxxxxxxxxx in cc ] Thanks - Manish On Mon, Jan 19, 2009 at 6:59 PM, Manish Katiyar <mkatiyar@xxxxxxxxx> wrote: > Below patch removes the following compilation warning. > > drivers/net/r6040.c:441: warning: unused variable 'pdev' > > > Signed-off-by : Manish Katiyar <mkatiyar@xxxxxxxxx> > --- > drivers/net/r6040.c | 1 - > 1 files changed, 0 insertions(+), 1 deletions(-) > > diff --git a/drivers/net/r6040.c b/drivers/net/r6040.c > index 72fd9e9..b2dcdb5 100644 > --- a/drivers/net/r6040.c > +++ b/drivers/net/r6040.c > @@ -438,7 +438,6 @@ static void r6040_down(struct net_device *dev) > { > struct r6040_private *lp = netdev_priv(dev); > void __iomem *ioaddr = lp->base; > - struct pci_dev *pdev = lp->pdev; > int limit = 2048; > u16 *adrp; > u16 cmd; > -- > 1.5.4.3 > > > Thanks - > Manish > -- To unsubscribe from this list: send the line "unsubscribe kernel-janitors" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html