]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mfd: twl-core: Don't specify regulator consumers by struct device
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Fri, 3 Feb 2012 11:02:58 +0000 (11:02 +0000)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Fri, 3 Feb 2012 11:11:09 +0000 (11:11 +0000)
commit1b65fa8496059d919a16b8431672d11e199ae515
tree634cc3917e47c08369edcfb8ee300577145b8cdd
parent737f360d5bef5e01c6cfa755dca0b449a154c1e0
mfd: twl-core: Don't specify regulator consumers by struct device

This has been deprecated for considerable time now and support has been
removed from the regulator API. dev_name should be used instead.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
drivers/mfd/twl-core.c