Message ID | 1388741079-16202-1-git-send-email-sachin.kamat@linaro.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
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.
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 --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 */
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(-)