regulator: core: Split devres code out into a separate file
authorMark Brown <broonie@linaro.org>
Wed, 11 Sep 2013 12:15:40 +0000 (13:15 +0100)
committerMark Brown <broonie@linaro.org>
Mon, 16 Sep 2013 23:28:45 +0000 (00:28 +0100)
commit0cdfcc0f9352a4c076fbb51299e2b12a35619a51
tree251c021a984bc746b8e02c37e0d2e59043be657b
parentcee8e355942c01f408bddf8a53596be1dff7a86b
regulator: core: Split devres code out into a separate file

Cut down on the size of core.c a bit more and ensure that the devres
versions of things don't do too much peering inside the internals of
the APIs they wrap.

Signed-off-by: Mark Brown <broonie@linaro.org>
drivers/regulator/Makefile
drivers/regulator/core.c
drivers/regulator/devres.c [new file with mode: 0644]
drivers/regulator/internal.h [new file with mode: 0644]
This page took 0.026326 seconds and 5 git commands to generate.