diff mbox

Mismerge in "Merge branch 'heads/sh-drivers-for-v3.21' into devel"

Message ID 1424367061-11669-1-git-send-email-geert+renesas@glider.be (mailing list archive)
State Superseded
Headers show

Commit Message

Geert Uytterhoeven Feb. 19, 2015, 5:31 p.m. UTC
Hi Simon,

Commit fc41739c30435c50 ("Merge branch 'heads/sh-drivers-for-v3.21'
into devel"), the top of renesas-devel-20150218-v3.19, did a mismerge
in two files, resurrecting two chunks that had just been removed in
commit 62cbd0a23ad0fbe1 ("ARM: shmobile: r8a73a4: ape6evm: Remove
legacy platform").

Below is the fix to squash into the merge commit.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
 arch/arm/mach-shmobile/Kconfig  | 6 ------
 arch/arm/mach-shmobile/Makefile | 1 -
 2 files changed, 7 deletions(-)

Comments

Simon Horman Feb. 19, 2015, 6:36 p.m. UTC | #1
Hi Geert,

On Thu, Feb 19, 2015 at 06:31:01PM +0100, Geert Uytterhoeven wrote:
> 	Hi Simon,
> 
> Commit fc41739c30435c50 ("Merge branch 'heads/sh-drivers-for-v3.21'
> into devel"), the top of renesas-devel-20150218-v3.19, did a mismerge
> in two files, resurrecting two chunks that had just been removed in
> commit 62cbd0a23ad0fbe1 ("ARM: shmobile: r8a73a4: ape6evm: Remove
> legacy platform").
> 
> Below is the fix to squash into the merge commit.
> 
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> ---
>  arch/arm/mach-shmobile/Kconfig  | 6 ------
>  arch/arm/mach-shmobile/Makefile | 1 -
>  2 files changed, 7 deletions(-)

thanks a lot for noticing this.
I have prepared renesas-devel-20150219-v3.19+next-20150219 which
should not include this problem any more. I plan to push it in
the not to distant future,

> 
> diff --git a/arch/arm/mach-shmobile/Kconfig b/arch/arm/mach-shmobile/Kconfig
> index c637fb4db3fe427b..0cbe84a7cd68c45f 100644
> --- a/arch/arm/mach-shmobile/Kconfig
> +++ b/arch/arm/mach-shmobile/Kconfig
> @@ -128,12 +128,6 @@ config ARCH_R8A7779
>  
>  comment "Renesas ARM SoCs Board Type"
>  
> -config MACH_APE6EVM
> -	bool "APE6EVM board"
> -	depends on ARCH_R8A73A4
> -	select SMSC_PHY if SMSC911X
> -	select USE_OF
> -
>  config MACH_ARMADILLO800EVA
>  	bool "Armadillo-800 EVA board"
>  	depends on ARCH_R8A7740
> diff --git a/arch/arm/mach-shmobile/Makefile b/arch/arm/mach-shmobile/Makefile
> index 8ceeac59cfbb5774..94890b62ab8cc514 100644
> --- a/arch/arm/mach-shmobile/Makefile
> +++ b/arch/arm/mach-shmobile/Makefile
> @@ -53,7 +53,6 @@ obj-$(CONFIG_PM_RMOBILE)	+= pm-rmobile.o
>  ifdef CONFIG_ARCH_SHMOBILE_MULTI
>  obj-$(CONFIG_MACH_MARZEN)	+= board-marzen-reference.o
>  else
> -obj-$(CONFIG_MACH_APE6EVM)	+= board-ape6evm.o
>  obj-$(CONFIG_MACH_BOCKW)	+= board-bockw.o
>  obj-$(CONFIG_MACH_BOCKW_REFERENCE)	+= board-bockw-reference.o
>  obj-$(CONFIG_MACH_MARZEN)	+= board-marzen.o
> -- 
> 1.9.1
> 
--
To unsubscribe from this list: send the line "unsubscribe linux-sh" 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-shmobile/Kconfig b/arch/arm/mach-shmobile/Kconfig
index c637fb4db3fe427b..0cbe84a7cd68c45f 100644
--- a/arch/arm/mach-shmobile/Kconfig
+++ b/arch/arm/mach-shmobile/Kconfig
@@ -128,12 +128,6 @@  config ARCH_R8A7779
 
 comment "Renesas ARM SoCs Board Type"
 
-config MACH_APE6EVM
-	bool "APE6EVM board"
-	depends on ARCH_R8A73A4
-	select SMSC_PHY if SMSC911X
-	select USE_OF
-
 config MACH_ARMADILLO800EVA
 	bool "Armadillo-800 EVA board"
 	depends on ARCH_R8A7740
diff --git a/arch/arm/mach-shmobile/Makefile b/arch/arm/mach-shmobile/Makefile
index 8ceeac59cfbb5774..94890b62ab8cc514 100644
--- a/arch/arm/mach-shmobile/Makefile
+++ b/arch/arm/mach-shmobile/Makefile
@@ -53,7 +53,6 @@  obj-$(CONFIG_PM_RMOBILE)	+= pm-rmobile.o
 ifdef CONFIG_ARCH_SHMOBILE_MULTI
 obj-$(CONFIG_MACH_MARZEN)	+= board-marzen-reference.o
 else
-obj-$(CONFIG_MACH_APE6EVM)	+= board-ape6evm.o
 obj-$(CONFIG_MACH_BOCKW)	+= board-bockw.o
 obj-$(CONFIG_MACH_BOCKW_REFERENCE)	+= board-bockw-reference.o
 obj-$(CONFIG_MACH_MARZEN)	+= board-marzen.o