Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge tag 'renesas-sh-drivers-for-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas

Pull SH driver fixlet from Simon Horman:
"I am sending this change after v4.4-rc1 has been released as it
depends on SoC changes which are present in that rc:

= Remove now unnecessary reference to CONFIG_ARCH_SHMOBILE_MULTI"

* tag 'renesas-sh-drivers-for-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas:
drivers: sh: Get rid of CONFIG_ARCH_SHMOBILE_MULTI

+1 -1
+1 -1
drivers/sh/pm_runtime.c
··· 34 34 35 35 static int __init sh_pm_runtime_init(void) 36 36 { 37 - if (IS_ENABLED(CONFIG_ARCH_SHMOBILE_MULTI)) { 37 + if (IS_ENABLED(CONFIG_ARCH_SHMOBILE)) { 38 38 if (!of_find_compatible_node(NULL, NULL, 39 39 "renesas,cpg-mstp-clocks")) 40 40 return 0;