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

2013-01-03 Thread Guennadi Liakhovetski
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 [snip] diff --git a/drivers/media/platform/soc_camera/sh_mobile_csi2.c

Re: [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: [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 [snip]

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

2012-11-22 Thread Laurent Pinchart
On Monday 19 November 2012 13:21:22 Bill Pemberton wrote: CONFIG_HOTPLUG is going away as an option so __devexit_p is no longer needed. [snip] drivers/media/platform/omap3isp/isp.c| 2 +- Acked-by: Laurent Pinchart laurent.pinch...@ideasonboard.com -- Regards, Laurent

Re: [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 wf...@virginia.edu 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 +-

Re: [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

[PATCH 133/493] remove use of __devexit_p

2012-11-19 Thread Bill Pemberton
CONFIG_HOTPLUG is going away as an option so __devexit_p is no longer needed. Signed-off-by: Bill Pemberton wf...@virginia.edu Cc: Mauro Carvalho Chehab mche...@infradead.org Cc: Kyungmin Park kyungmin.p...@samsung.com Cc: Heungjun Kim riverful@samsung.com Cc: Laurent Pinchart