diff options
author | Ben Dooks <ben-linux@fluff.org> | 2006-12-17 17:32:21 -0500 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2006-12-17 18:38:03 -0500 |
commit | 994adcc36d8c2133fce01f4d3fe4e41007555913 (patch) | |
tree | 81eefd4be43925f6a42b5dde9a0405b075b9b9cb /arch/arm/mach-s3c2410/s3c2440.h | |
parent | 92211ac71e189942968af57e5d0aed30083760ef (diff) |
[ARM] 4051/1: S3C24XX: clean includes in S3C2440 and S3C2442 support
Clean the includes in arch/arm/mach-s3c2410/s3c2440.c
and arch/arm/mach-s3c2410/s3c2442.c which should have
been pruned when these where split and updated.
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-s3c2410/s3c2440.h')
-rw-r--r-- | arch/arm/mach-s3c2410/s3c2440.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/arch/arm/mach-s3c2410/s3c2440.h b/arch/arm/mach-s3c2410/s3c2440.h index a75616f0d3fa..dcd316076c59 100644 --- a/arch/arm/mach-s3c2410/s3c2440.h +++ b/arch/arm/mach-s3c2410/s3c2440.h | |||
@@ -11,18 +11,7 @@ | |||
11 | */ | 11 | */ |
12 | 12 | ||
13 | #ifdef CONFIG_CPU_S3C2440 | 13 | #ifdef CONFIG_CPU_S3C2440 |
14 | |||
15 | extern int s3c2440_init(void); | 14 | extern int s3c2440_init(void); |
16 | |||
17 | extern void s3c2440_map_io(struct map_desc *mach_desc, int size); | ||
18 | |||
19 | extern void s3c2440_init_uarts(struct s3c2410_uartcfg *cfg, int no); | ||
20 | |||
21 | extern void s3c2440_init_clocks(int xtal); | ||
22 | |||
23 | #else | 15 | #else |
24 | #define s3c2440_init_clocks NULL | ||
25 | #define s3c2440_init_uarts NULL | ||
26 | #define s3c2440_map_io NULL | ||
27 | #define s3c2440_init NULL | 16 | #define s3c2440_init NULL |
28 | #endif | 17 | #endif |