Re: [PATCH 3/3] misc: ep93xx_pwm.c: fix section mismatch and use module_platform_driver

2013-03-25 Thread Arnd Bergmann
On Sunday 17 March 2013, Ryan Mallon wrote: > On 17/03/13 01:57, Arnd Bergmann wrote: > > > On Saturday 16 March 2013, H Hartley Sweeten wrote: > >> Remove the __init tags from the ep93xx_pwm_probe() and > >> ep93xx_pwm_remove() functions to fix the section mismatch > >> warnings. > >> > >> Use

Re: [PATCH 3/3] misc: ep93xx_pwm.c: fix section mismatch and use module_platform_driver

2013-03-25 Thread Greg KH
On Fri, Mar 15, 2013 at 06:07:13PM -0700, H Hartley Sweeten wrote: > Remove the __init tags from the ep93xx_pwm_probe() and > ep93xx_pwm_remove() functions to fix the section mismatch > warnings. > > Use module_platform_driver() to remove the init/exit boilerplate. > > Signed-off-by: H Hartley

Re: [PATCH 3/3] misc: ep93xx_pwm.c: fix section mismatch and use module_platform_driver

2013-03-25 Thread Greg KH
On Fri, Mar 15, 2013 at 06:07:13PM -0700, H Hartley Sweeten wrote: Remove the __init tags from the ep93xx_pwm_probe() and ep93xx_pwm_remove() functions to fix the section mismatch warnings. Use module_platform_driver() to remove the init/exit boilerplate. Signed-off-by: H Hartley Sweeten

Re: [PATCH 3/3] misc: ep93xx_pwm.c: fix section mismatch and use module_platform_driver

2013-03-25 Thread Arnd Bergmann
On Sunday 17 March 2013, Ryan Mallon wrote: On 17/03/13 01:57, Arnd Bergmann wrote: On Saturday 16 March 2013, H Hartley Sweeten wrote: Remove the __init tags from the ep93xx_pwm_probe() and ep93xx_pwm_remove() functions to fix the section mismatch warnings. Use

Re: [PATCH 3/3] misc: ep93xx_pwm.c: fix section mismatch and use module_platform_driver

2013-03-16 Thread Ryan Mallon
On 17/03/13 01:57, Arnd Bergmann wrote: > On Saturday 16 March 2013, H Hartley Sweeten wrote: >> Remove the __init tags from the ep93xx_pwm_probe() and >> ep93xx_pwm_remove() functions to fix the section mismatch >> warnings. >> >> Use module_platform_driver() to remove the init/exit boilerplate.

Re: [PATCH 3/3] misc: ep93xx_pwm.c: fix section mismatch and use module_platform_driver

2013-03-16 Thread Arnd Bergmann
On Saturday 16 March 2013, H Hartley Sweeten wrote: > Remove the __init tags from the ep93xx_pwm_probe() and > ep93xx_pwm_remove() functions to fix the section mismatch > warnings. > > Use module_platform_driver() to remove the init/exit boilerplate. > > Signed-off-by: H Hartley Sweeten > Cc:

Re: [PATCH 3/3] misc: ep93xx_pwm.c: fix section mismatch and use module_platform_driver

2013-03-16 Thread Arnd Bergmann
On Saturday 16 March 2013, H Hartley Sweeten wrote: Remove the __init tags from the ep93xx_pwm_probe() and ep93xx_pwm_remove() functions to fix the section mismatch warnings. Use module_platform_driver() to remove the init/exit boilerplate. Signed-off-by: H Hartley Sweeten

Re: [PATCH 3/3] misc: ep93xx_pwm.c: fix section mismatch and use module_platform_driver

2013-03-16 Thread Ryan Mallon
On 17/03/13 01:57, Arnd Bergmann wrote: On Saturday 16 March 2013, H Hartley Sweeten wrote: Remove the __init tags from the ep93xx_pwm_probe() and ep93xx_pwm_remove() functions to fix the section mismatch warnings. Use module_platform_driver() to remove the init/exit boilerplate.

[PATCH 3/3] misc: ep93xx_pwm.c: fix section mismatch and use module_platform_driver

2013-03-15 Thread H Hartley Sweeten
Remove the __init tags from the ep93xx_pwm_probe() and ep93xx_pwm_remove() functions to fix the section mismatch warnings. Use module_platform_driver() to remove the init/exit boilerplate. Signed-off-by: H Hartley Sweeten Cc: Ryan Mallon Cc: Arnd Bergmann Cc: Greg Kroah-Hartman ---

[PATCH 3/3] misc: ep93xx_pwm.c: fix section mismatch and use module_platform_driver

2013-03-15 Thread H Hartley Sweeten
Remove the __init tags from the ep93xx_pwm_probe() and ep93xx_pwm_remove() functions to fix the section mismatch warnings. Use module_platform_driver() to remove the init/exit boilerplate. Signed-off-by: H Hartley Sweeten hswee...@visionengravers.com Cc: Ryan Mallon rmal...@gmail.com Cc: Arnd