regulator: Remove unnecessary include of linux/delay.h from regulator drivers
authorAxel Lin <axel.lin@ingics.com>
Thu, 18 Apr 2013 06:52:55 +0000 (14:52 +0800)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Sun, 12 May 2013 14:39:51 +0000 (18:39 +0400)
commit1586bb4a929688f2c5ba10b62eec6bd61eddaf6e
tree856400441144657a61076e8e123f867ef340dee7
parentf722406faae2d073cc1d01063d1123c35425939e
regulator: Remove unnecessary include of linux/delay.h from regulator drivers

All the drivers that need delay for the regulator voltage output voltage to
stabilize after being enabled or after being set to a new value has been
converted to implement enable_time and set_voltage_time_sel callbacks.
Then regulator core will take care of the necessary delay.

This patch removes the unneeded include of linux/delay.h in regulator drivers.

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Cc: Daniel Jeong <daniel.jeong@ti.com>
Cc: Sangbeom Kim <sbkim73@samsung.com>
Cc: Chiwoong Byun <woong.byun@samsung.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
drivers/regulator/lp8755.c
drivers/regulator/max77686.c
drivers/regulator/s2mps11.c