From: H Hartley Sweeten Date: Fri, 24 May 2013 23:28:14 +0000 (-0700) Subject: misc/ep93xx_pwm: use module_platform_driver() X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~75^2~67 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e1cf66ee3105b41ec93a3848e848ae682add3ff;p=pandora-kernel.git misc/ep93xx_pwm: use module_platform_driver() Add the (*probe) function to the platform_driver and use the module_platform_driver() macro to initialize the module. Remove the unnecessary __init and __exit tags. Signed-off-by: H Hartley Sweeten Acked-by: Arnd Bergmann Reviewed-by: Ryan Mallon Cc: Matthieu Crapet Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed