Message ID | 1391971686-9517-23-git-send-email-richard@nod.at (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On 02/10/14 03:48, Richard Weinberger wrote: > The symbol is an orphan, get rid of it. > > Signed-off-by: Richard Weinberger<richard@nod.at> > --- > arch/arm/mach-s3c24xx/Kconfig | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/arch/arm/mach-s3c24xx/Kconfig b/arch/arm/mach-s3c24xx/Kconfig > index 1c67f04..bb1fa603 100644 > --- a/arch/arm/mach-s3c24xx/Kconfig > +++ b/arch/arm/mach-s3c24xx/Kconfig > @@ -561,7 +561,6 @@ config MACH_OSIRIS > select S3C2410_IOTIMING if ARM_S3C2440_CPUFREQ > select S3C2440_XTAL_12000000 > select S3C24XX_DCLK > - select S3C24XX_GPIO_EXTRA128 > select S3C24XX_SIMTEC_PM if PM > select S3C_DEV_NAND > select S3C_DEV_USB_HOST OK good, but I will squash this with 13th for mach-s3c24xx/Kconfig when I apply. Thanks, Kukjin
On 02/11/14 12:31, Kukjin Kim wrote: > On 02/10/14 03:48, Richard Weinberger wrote: >> The symbol is an orphan, get rid of it. >> >> Signed-off-by: Richard Weinberger<richard@nod.at> >> --- >> arch/arm/mach-s3c24xx/Kconfig | 1 - >> 1 file changed, 1 deletion(-) >> >> diff --git a/arch/arm/mach-s3c24xx/Kconfig >> b/arch/arm/mach-s3c24xx/Kconfig >> index 1c67f04..bb1fa603 100644 >> --- a/arch/arm/mach-s3c24xx/Kconfig >> +++ b/arch/arm/mach-s3c24xx/Kconfig >> @@ -561,7 +561,6 @@ config MACH_OSIRIS >> select S3C2410_IOTIMING if ARM_S3C2440_CPUFREQ >> select S3C2440_XTAL_12000000 >> select S3C24XX_DCLK >> - select S3C24XX_GPIO_EXTRA128 >> select S3C24XX_SIMTEC_PM if PM >> select S3C_DEV_NAND >> select S3C_DEV_USB_HOST > > OK good, but I will squash this with 13th for mach-s3c24xx/Kconfig when > I apply. > + Paul Bolle Richard, I found same patch ([PATCH] ARM: s3c24xx: get rid of unneeded selects) for S3C24XX from Paul before your posting. So I picked that up. Thanks, Kukjin
diff --git a/arch/arm/mach-s3c24xx/Kconfig b/arch/arm/mach-s3c24xx/Kconfig index 1c67f04..bb1fa603 100644 --- a/arch/arm/mach-s3c24xx/Kconfig +++ b/arch/arm/mach-s3c24xx/Kconfig @@ -561,7 +561,6 @@ config MACH_OSIRIS select S3C2410_IOTIMING if ARM_S3C2440_CPUFREQ select S3C2440_XTAL_12000000 select S3C24XX_DCLK - select S3C24XX_GPIO_EXTRA128 select S3C24XX_SIMTEC_PM if PM select S3C_DEV_NAND select S3C_DEV_USB_HOST
The symbol is an orphan, get rid of it. Signed-off-by: Richard Weinberger <richard@nod.at> --- arch/arm/mach-s3c24xx/Kconfig | 1 - 1 file changed, 1 deletion(-)