From: Andy Shevchenko Date: Mon, 10 Nov 2014 10:38:59 +0000 (+0200) Subject: stmmac: split to core library and probe drivers X-Git-Tag: omap-for-v3.19/fixes-rc1~125^2~223 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b2e2f0c779fefede3a871781c8827bd8e76c7c0f;p=pandora-kernel.git stmmac: split to core library and probe drivers Instead of registering the platform and PCI drivers in one module let's move necessary bits to where it belongs. During this procedure we convert the module registration part to use module_*_driver() macros which makes code simplier. >From now on the driver consists three parts: core library, PCI, and platform drivers. Signed-off-by: Andy Shevchenko Acked-by: Giuseppe Cavallaro Signed-off-by: David S. Miller --- Reading git-diff-tree failed