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-fixes-for-v4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas

Pull SuperH driver fix from Simon Horman:
"Restore legacy clock domain on SuperH platforms"

* tag 'renesas-sh-drivers-fixes-for-v4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas:
drivers: sh: Restore legacy clock domain on SuperH platforms

+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)) { 37 + if (IS_ENABLED(CONFIG_OF) && IS_ENABLED(CONFIG_ARCH_SHMOBILE)) { 38 38 if (!of_find_compatible_node(NULL, NULL, 39 39 "renesas,cpg-mstp-clocks")) 40 40 return 0;