diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2014-03-20 15:48:07 -0400 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2014-03-20 15:48:07 -0400 |
commit | 144bf7b0a96e28266c6b2f47a6e04c7a4e4b3aa4 (patch) | |
tree | a49396fc97b72a735075f609c36ef6844e1c999f /arch/arm/mach-s3c24xx | |
parent | 19a964644f1e655c3f67d539c1e99a9fbcc4588c (diff) |
ARM: S3C24XX: Remove invalid code from hardware.h
Remove the code that is not referenced anywhere. While at it also
remove incorrect file path.
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-s3c24xx')
-rw-r--r-- | arch/arm/mach-s3c24xx/include/mach/hardware.h | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/arch/arm/mach-s3c24xx/include/mach/hardware.h b/arch/arm/mach-s3c24xx/include/mach/hardware.h index a6cc14a092fc..dedd3837c193 100644 --- a/arch/arm/mach-s3c24xx/include/mach/hardware.h +++ b/arch/arm/mach-s3c24xx/include/mach/hardware.h | |||
@@ -1,5 +1,4 @@ | |||
1 | /* arch/arm/mach-s3c2410/include/mach/hardware.h | 1 | /* |
2 | * | ||
3 | * Copyright (c) 2003 Simtec Electronics | 2 | * Copyright (c) 2003 Simtec Electronics |
4 | * Ben Dooks <ben@simtec.co.uk> | 3 | * Ben Dooks <ben@simtec.co.uk> |
5 | * | 4 | * |
@@ -17,20 +16,9 @@ | |||
17 | 16 | ||
18 | extern unsigned int s3c2410_modify_misccr(unsigned int clr, unsigned int chg); | 17 | extern unsigned int s3c2410_modify_misccr(unsigned int clr, unsigned int chg); |
19 | 18 | ||
20 | #ifdef CONFIG_CPU_S3C2440 | ||
21 | |||
22 | extern int s3c2440_set_dsc(unsigned int pin, unsigned int value); | ||
23 | |||
24 | #endif /* CONFIG_CPU_S3C2440 */ | ||
25 | |||
26 | #endif /* __ASSEMBLY__ */ | 19 | #endif /* __ASSEMBLY__ */ |
27 | 20 | ||
28 | #include <asm/sizes.h> | 21 | #include <asm/sizes.h> |
29 | #include <mach/map.h> | 22 | #include <mach/map.h> |
30 | 23 | ||
31 | /* machine specific hardware definitions should go after this */ | ||
32 | |||
33 | /* currently here until moved into config (todo) */ | ||
34 | #define CONFIG_NO_MULTIWORD_IO | ||
35 | |||
36 | #endif /* __ASM_ARCH_HARDWARE_H */ | 24 | #endif /* __ASM_ARCH_HARDWARE_H */ |