From: Devendra Naga Date: Sat, 21 Jul 2012 08:54:00 +0000 (+0100) Subject: staging/iio: use module_platform_driver macro X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~75^2~901^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d16f6dbddbd7a2ac40e090da1e6bb7dd9b5a1dcb;p=pandora-kernel.git staging/iio: use module_platform_driver macro the code which under _init and _exit does only the platform_driver_register and platform_driver_unregister, and nothing else, so its better to use the module_platform_driver macro rather duplicating its implementation Signed-off-by: Devendra Naga Signed-off-by: Jonathan Cameron --- Reading git-diff-tree failed