Hi Daniel,

Today's linux-next merge of the clockevents tree got a conflict in:

  arch/arm/mach-exynos/Kconfig

between commit:

  23067d397616 ("ARM: EXYNOS: Switch to syscon reboot and poweroff")

from the samsung-krzk tree and commit:

  b21f38ccbc1d ("clocksource/drivers/exynos_mct: Fix Kconfig and add 
COMPILE_TEST option")

from the clockevents tree.

OK, so these entries were sorted at one point for a reason :-(

I fixed it up (see below) and can carry the fix as necessary (no action
is required).

-- 
Cheers,
Stephen Rothwell                    [email protected]

diff --cc arch/arm/mach-exynos/Kconfig
index d279edf9b10d,ff105399aae4..000000000000
--- a/arch/arm/mach-exynos/Kconfig
+++ b/arch/arm/mach-exynos/Kconfig
@@@ -14,6 -14,6 +14,7 @@@ menuconfig ARCH_EXYNO
        select ARCH_REQUIRE_GPIOLIB
        select ARM_AMBA
        select ARM_GIC
++      select CLKSRC_EXYNOS_MCT
        select COMMON_CLK_SAMSUNG
        select EXYNOS_THERMAL
        select HAVE_ARM_SCU if SMP
@@@ -23,13 -23,11 +24,13 @@@
        select PINCTRL
        select PINCTRL_EXYNOS
        select PM_GENERIC_DOMAINS if PM
++      select POWER_RESET
++      select POWER_RESET_SYSCON
++      select POWER_RESET_SYSCON_POWEROFF
        select S5P_DEV_MFC
        select SRAM
        select THERMAL
        select MFD_SYSCON
-       select POWER_RESET
-       select POWER_RESET_SYSCON
-       select POWER_RESET_SYSCON_POWEROFF
 -      select CLKSRC_EXYNOS_MCT
        help
          Support for SAMSUNG EXYNOS SoCs (EXYNOS4/5)
  
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to