diff options
author | Ben Dooks <ben-linux@fluff.org> | 2006-12-17 23:32:21 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2006-12-17 23:38:03 +0000 |
commit | 994adcc36d8c2133fce01f4d3fe4e41007555913 (patch) | |
tree | 81eefd4be43925f6a42b5dde9a0405b075b9b9cb /arch/arm/mach-s3c2410/s3c2440.h | |
parent | 92211ac71e189942968af57e5d0aed30083760ef (diff) | |
download | kernel_samsung_aries-994adcc36d8c2133fce01f4d3fe4e41007555913.zip kernel_samsung_aries-994adcc36d8c2133fce01f4d3fe4e41007555913.tar.gz kernel_samsung_aries-994adcc36d8c2133fce01f4d3fe4e41007555913.tar.bz2 |
[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 a75616f..dcd3160 100644 --- a/arch/arm/mach-s3c2410/s3c2440.h +++ b/arch/arm/mach-s3c2410/s3c2440.h @@ -11,18 +11,7 @@ */ #ifdef CONFIG_CPU_S3C2440 - extern int s3c2440_init(void); - -extern void s3c2440_map_io(struct map_desc *mach_desc, int size); - -extern void s3c2440_init_uarts(struct s3c2410_uartcfg *cfg, int no); - -extern void s3c2440_init_clocks(int xtal); - #else -#define s3c2440_init_clocks NULL -#define s3c2440_init_uarts NULL -#define s3c2440_map_io NULL #define s3c2440_init NULL #endif |