From: Sebastian Hesselbarth Date: Tue, 13 Aug 2013 12:25:22 +0000 (+0200) Subject: PCI: mvebu: remove subsys_initcall X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~49^2~3^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e5615c30c1c921dda957638ddf9c9437fcb7bb36;p=pandora-kernel.git PCI: mvebu: remove subsys_initcall This removes the subsys_initcall from the driver and converts it to a normal platform_driver. Also, drvdata is set and a remove functions is added to disable the clock and free resources. As pci driver removal currently is not supported, set .suppress_bind_attrs to permit unbinding. Signed-off-by: Sebastian Hesselbarth Signed-off-by: Jason Cooper --- Reading git-diff-tree failed