From: Ezequiel Garcia Date: Mon, 4 Feb 2013 12:26:26 +0000 (-0300) Subject: spi/orion: Use module_platform_driver() X-Git-Tag: v3.9-rc1~148^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=41ab724aac00cae42e649496c2567e9ef45dd753;p=pandora-kernel.git spi/orion: Use module_platform_driver() This patch reduces and simplifies initalization code by using module_platform_driver(). With this change it's necessary to remove the __init annotation to avoid section mismatch warnings. Signed-off-by: Ezequiel Garcia Signed-off-by: Grant Likely --- Reading git-diff-tree failed