diff options
author | Ben Dooks <ben-linux@fluff.org> | 2008-12-14 23:33:02 +0100 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2008-12-18 17:36:02 +0100 |
commit | 6a148eaa20e660064261864e6a54742247ace9fe (patch) | |
tree | e8b3b7679c7e94275eec6dc1d7219f91fca0170e /arch/arm/plat-s3c24xx/cpu.c | |
parent | [ARM] S3C24A0: Remove duplicate <mach/io.h> file (diff) | |
download | linux-6a148eaa20e660064261864e6a54742247ace9fe.tar.xz linux-6a148eaa20e660064261864e6a54742247ace9fe.zip |
[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/cpu.c')
-rw-r--r-- | arch/arm/plat-s3c24xx/cpu.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/plat-s3c24xx/cpu.c b/arch/arm/plat-s3c24xx/cpu.c index 7a0f494c93b6..542062f8cbc1 100644 --- a/arch/arm/plat-s3c24xx/cpu.c +++ b/arch/arm/plat-s3c24xx/cpu.c @@ -30,7 +30,6 @@ #include <linux/platform_device.h> #include <linux/delay.h> #include <linux/io.h> -#include <linux/delay.h> #include <mach/hardware.h> #include <asm/irq.h> |