RE: [PATCH] ARM: S3C64XX: remove obsolete Makefile line

2013-04-02 Thread Kukjin Kim
Paul Bolle wrote:
> 
> Commit a07613a54d700a974f3a4a657da78ef5d097315d ("Merge branch
> 'samsung/dt' into samsung/cleanup") added this line to
> arch/arm/mach-s3c64xx/Makefile:
> obj-$(CONFIG_S3C64XX_DEV_SPI) += dev-spi.o
> 
> But at that time CONFIG_S3C64XX_DEV_SPI wasn't a valid Kconfig macro
> anymore and arch/arm/mach-s3c64xx/dev-spi.c was already removed. So we
> can remove this line.
> 
Yes, the dev-spi.c has been removed with Consolidation work of SPI platform 
devices.

> Signed-off-by: Paul Bolle 
> ---
> Untested.
> 
>  arch/arm/mach-s3c64xx/Makefile | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/arch/arm/mach-s3c64xx/Makefile b/arch/arm/mach-
> s3c64xx/Makefile
> index f9ce1dc..31d0c91 100644
> --- a/arch/arm/mach-s3c64xx/Makefile
> +++ b/arch/arm/mach-s3c64xx/Makefile
> @@ -32,7 +32,6 @@ obj-$(CONFIG_S3C64XX_DMA)   += dma.o
> 
>  obj-y+= dev-uart.o
>  obj-y+= dev-audio.o
> -obj-$(CONFIG_S3C64XX_DEV_SPI)+= dev-spi.o
> 
>  # Device setup
> 
> --
> 1.7.11.7
> 
Looks OK to me, applied.

Thanks.

- Kukjin

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


RE: [PATCH] ARM: S3C64XX: remove obsolete Makefile line

2013-04-02 Thread Kukjin Kim
Paul Bolle wrote:
 
 Commit a07613a54d700a974f3a4a657da78ef5d097315d (Merge branch
 'samsung/dt' into samsung/cleanup) added this line to
 arch/arm/mach-s3c64xx/Makefile:
 obj-$(CONFIG_S3C64XX_DEV_SPI) += dev-spi.o
 
 But at that time CONFIG_S3C64XX_DEV_SPI wasn't a valid Kconfig macro
 anymore and arch/arm/mach-s3c64xx/dev-spi.c was already removed. So we
 can remove this line.
 
Yes, the dev-spi.c has been removed with Consolidation work of SPI platform 
devices.

 Signed-off-by: Paul Bolle pebo...@tiscali.nl
 ---
 Untested.
 
  arch/arm/mach-s3c64xx/Makefile | 1 -
  1 file changed, 1 deletion(-)
 
 diff --git a/arch/arm/mach-s3c64xx/Makefile b/arch/arm/mach-
 s3c64xx/Makefile
 index f9ce1dc..31d0c91 100644
 --- a/arch/arm/mach-s3c64xx/Makefile
 +++ b/arch/arm/mach-s3c64xx/Makefile
 @@ -32,7 +32,6 @@ obj-$(CONFIG_S3C64XX_DMA)   += dma.o
 
  obj-y+= dev-uart.o
  obj-y+= dev-audio.o
 -obj-$(CONFIG_S3C64XX_DEV_SPI)+= dev-spi.o
 
  # Device setup
 
 --
 1.7.11.7
 
Looks OK to me, applied.

Thanks.

- Kukjin

--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH] ARM: S3C64XX: remove obsolete Makefile line

2013-03-29 Thread Paul Bolle
Commit a07613a54d700a974f3a4a657da78ef5d097315d ("Merge branch
'samsung/dt' into samsung/cleanup") added this line to
arch/arm/mach-s3c64xx/Makefile:
obj-$(CONFIG_S3C64XX_DEV_SPI)   += dev-spi.o

But at that time CONFIG_S3C64XX_DEV_SPI wasn't a valid Kconfig macro
anymore and arch/arm/mach-s3c64xx/dev-spi.c was already removed. So we
can remove this line.

Signed-off-by: Paul Bolle 
---
Untested.

 arch/arm/mach-s3c64xx/Makefile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm/mach-s3c64xx/Makefile b/arch/arm/mach-s3c64xx/Makefile
index f9ce1dc..31d0c91 100644
--- a/arch/arm/mach-s3c64xx/Makefile
+++ b/arch/arm/mach-s3c64xx/Makefile
@@ -32,7 +32,6 @@ obj-$(CONFIG_S3C64XX_DMA) += dma.o
 
 obj-y  += dev-uart.o
 obj-y  += dev-audio.o
-obj-$(CONFIG_S3C64XX_DEV_SPI)  += dev-spi.o
 
 # Device setup
 
-- 
1.7.11.7



--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH] ARM: S3C64XX: remove obsolete Makefile line

2013-03-29 Thread Paul Bolle
Commit a07613a54d700a974f3a4a657da78ef5d097315d (Merge branch
'samsung/dt' into samsung/cleanup) added this line to
arch/arm/mach-s3c64xx/Makefile:
obj-$(CONFIG_S3C64XX_DEV_SPI)   += dev-spi.o

But at that time CONFIG_S3C64XX_DEV_SPI wasn't a valid Kconfig macro
anymore and arch/arm/mach-s3c64xx/dev-spi.c was already removed. So we
can remove this line.

Signed-off-by: Paul Bolle pebo...@tiscali.nl
---
Untested.

 arch/arm/mach-s3c64xx/Makefile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm/mach-s3c64xx/Makefile b/arch/arm/mach-s3c64xx/Makefile
index f9ce1dc..31d0c91 100644
--- a/arch/arm/mach-s3c64xx/Makefile
+++ b/arch/arm/mach-s3c64xx/Makefile
@@ -32,7 +32,6 @@ obj-$(CONFIG_S3C64XX_DMA) += dma.o
 
 obj-y  += dev-uart.o
 obj-y  += dev-audio.o
-obj-$(CONFIG_S3C64XX_DEV_SPI)  += dev-spi.o
 
 # Device setup
 
-- 
1.7.11.7



--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/