diff options
author | Ben Dooks <ben-linux@fluff.org> | 2008-12-14 17:33:02 -0500 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2008-12-18 11:36:02 -0500 |
commit | 6a148eaa20e660064261864e6a54742247ace9fe (patch) | |
tree | e8b3b7679c7e94275eec6dc1d7219f91fca0170e /arch/arm/plat-s3c64xx | |
parent | 549d0460bcbbf69791149725027b0036e6dc4d88 (diff) |
[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-s3c64xx')
-rw-r--r-- | arch/arm/plat-s3c64xx/clock.c | 1 | ||||
-rw-r--r-- | arch/arm/plat-s3c64xx/cpu.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/plat-s3c64xx/clock.c b/arch/arm/plat-s3c64xx/clock.c index 5a1e97e1f8f6..136c982c68e1 100644 --- a/arch/arm/plat-s3c64xx/clock.c +++ b/arch/arm/plat-s3c64xx/clock.c | |||
@@ -16,7 +16,6 @@ | |||
16 | #include <linux/module.h> | 16 | #include <linux/module.h> |
17 | #include <linux/interrupt.h> | 17 | #include <linux/interrupt.h> |
18 | #include <linux/ioport.h> | 18 | #include <linux/ioport.h> |
19 | #include <linux/delay.h> | ||
20 | #include <linux/io.h> | 19 | #include <linux/io.h> |
21 | 20 | ||
22 | #include <mach/hardware.h> | 21 | #include <mach/hardware.h> |
diff --git a/arch/arm/plat-s3c64xx/cpu.c b/arch/arm/plat-s3c64xx/cpu.c index 36182fcfaebc..fbde183a4560 100644 --- a/arch/arm/plat-s3c64xx/cpu.c +++ b/arch/arm/plat-s3c64xx/cpu.c | |||
@@ -18,7 +18,6 @@ | |||
18 | #include <linux/ioport.h> | 18 | #include <linux/ioport.h> |
19 | #include <linux/serial_core.h> | 19 | #include <linux/serial_core.h> |
20 | #include <linux/platform_device.h> | 20 | #include <linux/platform_device.h> |
21 | #include <linux/delay.h> | ||
22 | #include <linux/io.h> | 21 | #include <linux/io.h> |
23 | 22 | ||
24 | #include <mach/hardware.h> | 23 | #include <mach/hardware.h> |