]> git.baikalelectronics.ru Git - kernel.git/commit
regulator: Remove unused name and client fields from struct tps62360_chip
authorAxel Lin <axel.lin@gmail.com>
Wed, 28 Mar 2012 02:06:45 +0000 (10:06 +0800)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Sun, 1 Apr 2012 10:59:35 +0000 (11:59 +0100)
commit1c2427546f7e891cf944f69f6050a0e47c3865d5
tree8c59bbe684cbda95253c14752cceb3dc945b605e
parentb102ad3e4d6ba5f47616041a67e6b0e81ad6b5dd
regulator: Remove unused name and client fields from struct tps62360_chip

The client field of struct tps62360_chip is not used after converting to regmap.
The name field of struct tps62360_chip is not used in this driver.

Signed-off-by: Axel Lin <axel.lin@gmail.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
drivers/regulator/tps62360-regulator.c