regulator: ab8500: Shuffle init functions into a more logical order
authorLee Jones <lee.jones@linaro.org>
Tue, 2 Apr 2013 12:24:20 +0000 (13:24 +0100)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Wed, 3 Apr 2013 17:40:28 +0000 (18:40 +0100)
commitda45edc7f8e6930eb32e316bed3936bd05deeedd
tree7b7b8b48b5ce2beb17be1925d087f34f4f1318ba
parentc4e67bbc99ce661808c3ee77b0bb5779d0df11ca
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>
drivers/regulator/ab8500.c
This page took 0.031725 seconds and 5 git commands to generate.