From: Mark Brown Date: Mon, 10 Aug 2015 18:43:47 +0000 (+0100) Subject: regulator: core: Use class device list for regulator_list in late init X-Git-Tag: omap-for-v4.3/fixes-merge-window~34^2~4^6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=609ca5f3cb32c2d11fd8cabe293ff3689e7d2613;p=pandora-kernel.git regulator: core: Use class device list for regulator_list in late init The regulator_list has exactly the same contents as the list that the driver core maintains of regulator_class members so is redundant. As a first step in converting over to use the class device list convert our iteration in late_initcall() to use the class device iterator. Signed-off-by: Mark Brown --- Reading git-diff-tree failed