Re: [PATCH 133/493] remove use of __devexit_p
Arnd Bergmann <[email protected]>
| Newsgroups | gmane.linux.drivers.video-input-infrastructure,gmane.linux.ports.arm.kernel,gmane.comp.video.mjpeg.user |
|---|---|
| Message-ID | <[email protected]> |
On Monday 19 November 2012, Bill Pemberton wrote: > CONFIG_HOTPLUG is going away as an option so __devexit_p is no longer > needed. I've seen a few cases where __devexit was incorrectly paired with __exit_p(). Have you checked for those as well? It may be worth removing those at the same time. Arnd