diff options
author | Ben Dooks <ben-linux@fluff.org> | 2008-12-14 22:33:02 +0000 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2008-12-18 16:36:02 +0000 |
commit | 6a148eaa20e660064261864e6a54742247ace9fe (patch) | |
tree | e8b3b7679c7e94275eec6dc1d7219f91fca0170e /arch/arm/plat-s3c24xx/pm.c | |
parent | 549d0460bcbbf69791149725027b0036e6dc4d88 (diff) | |
download | op-kernel-dev-6a148eaa20e660064261864e6a54742247ace9fe.zip op-kernel-dev-6a148eaa20e660064261864e6a54742247ace9fe.tar.gz |
[ARM] S3C: Remove unnecessary <linux/delay.h> includes
As per Russell King's last review comment, find and remove
all unnecessary includes of <linux/delay.h> in the files
that do not need them.
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/plat-s3c24xx/pm.c')
-rw-r--r-- | arch/arm/plat-s3c24xx/pm.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/plat-s3c24xx/pm.c b/arch/arm/plat-s3c24xx/pm.c index bc37cf4..34ef18e 100644 --- a/arch/arm/plat-s3c24xx/pm.c +++ b/arch/arm/plat-s3c24xx/pm.c @@ -33,7 +33,6 @@ #include <linux/interrupt.h> #include <linux/crc32.h> #include <linux/ioport.h> -#include <linux/delay.h> #include <linux/serial_core.h> #include <linux/io.h> |