Re: [Mjpeg-users] [PATCH 133/493] remove use of __devexit_p

2013-01-03 Thread Greg KH
On Thu, Jan 03, 2013 at 12:43:10PM +0100, Guennadi Liakhovetski wrote: > Hi Bill > > On Mon, 19 Nov 2012, Bill Pemberton wrote: > > > CONFIG_HOTPLUG is going away as an option so __devexit_p is no longer > > needed. > > Doesn't this also make the use of __refdata in many locations like this > >

Re: [Mjpeg-users] [PATCH 133/493] remove use of __devexit_p

2013-01-03 Thread Arnd Bergmann
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.

Re: [Mjpeg-users] [PATCH 133/493] remove use of __devexit_p

2012-11-22 Thread Prabhakar Lad
On Mon, Nov 19, 2012 at 11:51 PM, Bill Pemberton wrote: > CONFIG_HOTPLUG is going away as an option so __devexit_p is no longer > needed. > [snip] > drivers/media/platform/davinci/dm355_ccdc.c | 2 +- > drivers/media/platform/davinci/dm644x_ccdc.c | 2 +- > drivers/media

Re: [Mjpeg-users] [PATCH 133/493] remove use of __devexit_p

2012-11-21 Thread Guennadi Liakhovetski
On Mon, 19 Nov 2012, Bill Pemberton wrote: > drivers/media/platform/sh_vou.c | 2 +- > drivers/media/platform/soc_camera/atmel-isi.c| 2 +- > drivers/media/platform/soc_camera/mx2_camera.c | 2 +- > drivers/media/platform/soc_camera/mx3_camera.c