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)
committerlintao <lintao@rock-chips.com>
Fri, 7 Mar 2014 06:05:47 +0000 (14:05 +0800)
commit85815b087b38caefb0d8e2fdc33d19db05f52a9f
tree21b3b8bb61717c164fecd6d4644d2f7da98fde48
parent10f812a2674b34e48841b95018e038db0e126153
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>
Conflicts:
drivers/regulator/Makefile
drivers/regulator/core.c
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]
include/linux/regulator/consumer.h