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 > >

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 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 > b/drivers/med

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 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: [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 -- Regards, Laurent Pinchart -- To unsubscribe fro

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 Cc: Mauro Carvalho Chehab Cc: Kyungmin Park Cc: Heungjun Kim Cc: Laurent Pinchart Cc: Sylwester Nawrocki Cc: Kamil Debski Cc: Jeongtae Park Cc: Tomasz Stanislawski Cc: Guenn