Skip to content

Commit

Permalink
drivers: sh: Remove test for now unsupported sh7372
Browse files Browse the repository at this point in the history
Signed-off-by: Geert Uytterhoeven <[email protected]>
Signed-off-by: Simon Horman <[email protected]>
  • Loading branch information
geertu authored and horms committed Apr 27, 2015
1 parent 230f259 commit 0017052
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions drivers/sh/pm_runtime.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 0017052

Please sign in to comment.