From: Lee Jones Date: Tue, 2 Apr 2013 12:24:20 +0000 (+0100) Subject: regulator: ab8500: Shuffle init functions into a more logical order X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~131^2~25^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=da45edc7f8e6930eb32e316bed3936bd05deeedd;p=pandora-kernel.git regulator: ab8500: Shuffle init functions into a more logical order The ab*_match[] arrays should be moved out of the way, instead of bunched in the middle of the initialisation functions. This patch moves all initialisation code which currently resides above these arrays down to be grouped with the others. This makes the whole thing slightly easier to read. Signed-off-by: Lee Jones Signed-off-by: Mark Brown --- Reading git-diff-tree failed