Re: [PATCH 2/5] driver core: move to_platform_driver to platform_device.h

2013-04-22 Thread Arnd Bergmann
On Monday 22 April 2013, Rob Herring wrote: > From: Rob Herring > > In converting the last remaining of_platform_driver (ibmebus) to a regular > platform driver, to_platform_driver is needed to replace > to_of_platform_driver. > > Signed-off-by: Rob Herring > Cc: Greg Kroah-Hartman > Cc: Grant

[PATCH 2/5] driver core: move to_platform_driver to platform_device.h

2013-04-21 Thread Rob Herring
From: Rob Herring In converting the last remaining of_platform_driver (ibmebus) to a regular platform driver, to_platform_driver is needed to replace to_of_platform_driver. Signed-off-by: Rob Herring Cc: Greg Kroah-Hartman Cc: Grant Likely --- drivers/base/platform.c |3 --- incl