diff mbox

[1/3] ARM: S3C24XX: Remove invalid code from hardware.h

Message ID 1388741079-16202-1-git-send-email-sachin.kamat@linaro.org
State Accepted
Headers show

Commit Message

Sachin Kamat Jan. 3, 2014, 9:24 a.m. UTC
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>
---
 arch/arm/mach-s3c24xx/include/mach/hardware.h |   14 +-------------
 1 file changed, 1 insertion(+), 13 deletions(-)

Comments

Sachin Kamat March 19, 2014, 5:07 a.m. UTC | #1
On 3 January 2014 14:54, Sachin Kamat <sachin.kamat@linaro.org> wrote:
> 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>
> ---

Gentle ping on this series, Kukjin.
Kukjin Kim March 20, 2014, 7:51 p.m. UTC | #2
On 03/19/14 14:07, Sachin Kamat wrote:
> On 3 January 2014 14:54, Sachin Kamat<sachin.kamat@linaro.org>  wrote:
>> 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>
>> ---
>
> Gentle ping on this series, Kukjin.
>
OK, applied this whole series.

Thanks,
Kukjin
--
To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

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 @@ 
-/* arch/arm/mach-s3c2410/include/mach/hardware.h
- *
+/*
  * Copyright (c) 2003 Simtec Electronics
  *	Ben Dooks <ben@simtec.co.uk>
  *
@@ -17,20 +16,9 @@ 
 
 extern unsigned int s3c2410_modify_misccr(unsigned int clr, unsigned int chg);
 
-#ifdef CONFIG_CPU_S3C2440
-
-extern int s3c2440_set_dsc(unsigned int pin, unsigned int value);
-
-#endif /* CONFIG_CPU_S3C2440 */
-
 #endif /* __ASSEMBLY__ */
 
 #include <asm/sizes.h>
 #include <mach/map.h>
 
-/* machine specific hardware definitions should go after this */
-
-/* currently here until moved into config (todo) */
-#define CONFIG_NO_MULTIWORD_IO
-
 #endif /* __ASM_ARCH_HARDWARE_H */