From: Axel Lin Date: Thu, 18 Apr 2013 06:52:55 +0000 (+0800) Subject: regulator: Remove unnecessary include of linux/delay.h from regulator drivers X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~26^2~8^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1586bb4a929688f2c5ba10b62eec6bd61eddaf6e;p=pandora-kernel.git 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 Cc: Daniel Jeong Cc: Sangbeom Kim Cc: Chiwoong Byun Signed-off-by: Mark Brown --- Reading git-diff-tree failed