]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commitdiff
Merge tag 'at91-4.12-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...
authorOlof Johansson <olof@lixom.net>
Mon, 19 Jun 2017 06:12:36 +0000 (23:12 -0700)
committerOlof Johansson <olof@lixom.net>
Mon, 19 Jun 2017 06:12:36 +0000 (23:12 -0700)
Bring in the fixes branch to avoid a merge conflict between new SoC options and
the build fix adding CONFIG_AMR_CPU_SUSPEND.

Fixes for 4.12:

Fix two compilation issues

* tag 'at91-4.12-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux:
  ARM: at91: select CONFIG_ARM_CPU_SUSPEND
  memory: atmel-ebi: mark PM ops as __maybe_unused

Signed-off-by: Olof Johansson <olof@lixom.net>
1  2 
arch/arm/mach-at91/Kconfig

index 7497a28a79d12cbd88c53f05ce9b45743c6855df,cbd959b73654c43deb72cbe084bdb99043a22b66..d735e5fc47727b0536c943b6fdb15223d7394360
@@@ -1,6 -1,7 +1,7 @@@
  menuconfig ARCH_AT91
        bool "Atmel SoCs"
 -      depends on ARCH_MULTI_V4T || ARCH_MULTI_V5 || ARCH_MULTI_V7
 +      depends on ARCH_MULTI_V4T || ARCH_MULTI_V5 || ARCH_MULTI_V7 || ARM_SINGLE_ARMV7M
+       select ARM_CPU_SUSPEND if PM
        select COMMON_CLK_AT91
        select GPIOLIB
        select PINCTRL