commit | da45edc7f8e6930eb32e316bed3936bd05deeedd | [log] [tgz] |
---|---|---|
author | Lee Jones <lee.jones@linaro.org> | Tue Apr 02 13:24:20 2013 +0100 |
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | Wed Apr 03 18:40:28 2013 +0100 |
tree | 7b7b8b48b5ce2beb17be1925d087f34f4f1318ba | |
parent | c4e67bbc99ce661808c3ee77b0bb5779d0df11ca [diff] |
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 <lee.jones@linaro.org> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>