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