Re: [patch] fix .text.exit error in dmfe.c

Greg KH (greg@kroah.com)
Wed, 26 Jun 2002 10:43:47 -0700


On Wed, Jun 26, 2002 at 11:22:33AM +0200, Adrian Bunk wrote:
>
> Your patch works, but as long as tulip hasn't become a hotpluggable driver
> the following patch (that also fixes a similar .text.exit error in
> de2104x.c) should be more correct:

All pci drivers that use the pci_module_init() are now hotpluggable, due
to PCI Hotplug systems :)

The devexit_p combined with __devexit solution seems to be the preferred
way to handle this problem.

greg k-h
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/