summaryrefslogtreecommitdiffstats
path: root/drivers/regulator/ab3100.c
diff options
context:
space:
mode:
authorAxel Lin2012-04-18 02:52:28 +0200
committerMark Brown2012-04-23 14:20:26 +0200
commit6c9eeb0f5cac0d9fd05c138f1eec86a7f70630ce (patch)
tree6c849747ec3ba42e16f5299c1c40da1948631fda /drivers/regulator/ab3100.c
parentregulator: max8997: Remove empty set_suspend_enable callback implementation (diff)
downloadkernel-qcow2-linux-6c9eeb0f5cac0d9fd05c138f1eec86a7f70630ce.tar.gz
kernel-qcow2-linux-6c9eeb0f5cac0d9fd05c138f1eec86a7f70630ce.tar.xz
kernel-qcow2-linux-6c9eeb0f5cac0d9fd05c138f1eec86a7f70630ce.zip
regulator: Remove unneeded 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. For the drivers that don't need the delay, don't need to include linux/delay.h. This patch removes the unneeded include of linux/delay.h in regulator drivers. Signed-off-by: Axel Lin <axel.lin@gmail.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'drivers/regulator/ab3100.c')
-rw-r--r--drivers/regulator/ab3100.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/regulator/ab3100.c b/drivers/regulator/ab3100.c
index ce6192592ca2..e2062ad74e5d 100644
--- a/drivers/regulator/ab3100.c
+++ b/drivers/regulator/ab3100.c
@@ -13,7 +13,6 @@
#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/err.h>
-#include <linux/delay.h>
#include <linux/platform_device.h>
#include <linux/regulator/driver.h>
#include <linux/mfd/abx500.h>