On Thursday 07 August 2008, Adrian Bunk wrote: > On Thu, Aug 07, 2008 at 05:45:39PM +0100, Russell King wrote: > >... > > --- a/drivers/ide/pci/hpt366.c > > +++ b/drivers/ide/pci/hpt366.c > > @@ -1594,7 +1594,7 @@ static int __devinit hpt366_init_one(struct pci_dev *dev, const struct pci_devic > > return ret; > > } > > > > -static void __devexit hpt366_remove(struct pci_dev *dev) > > +static void hpt366_remove(struct pci_dev *dev) > >... > > Thanks for your report. > > The code is buggy, but: > - that's not the correct fix and > - there are far more such bugs under drivers/ide/pci/ > > Patch below. > > > Russell King > > cu > Adrian > > > <-- snip --> > > > This patch adds missing __devexit_p's. > > Reported-by: Russell King <rmk+lkml@xxxxxxxxxxxxxxxx> > Signed-off-by: Adrian Bunk <bunk@xxxxxxxxxx> applied, thanks -- To unsubscribe from this list: send the line "unsubscribe linux-ide" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html