1
0
Fork 0

drivers: sh: Remove test for now unsupported sh7372

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
hifive-unleashed-5.1
Geert Uytterhoeven 2015-02-19 18:46:46 +01:00 committed by Simon Horman
parent 230f259ffe
commit 00170528f0
1 changed files with 1 additions and 2 deletions

View File

@ -91,8 +91,7 @@ static int __init sh_pm_runtime_init(void)
!of_machine_is_compatible("renesas,r8a7791") &&
!of_machine_is_compatible("renesas,r8a7792") &&
!of_machine_is_compatible("renesas,r8a7793") &&
!of_machine_is_compatible("renesas,r8a7794") &&
!of_machine_is_compatible("renesas,sh7372"))
!of_machine_is_compatible("renesas,r8a7794"))
return 0;
}