Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 29614
b: refs/heads/master
c: c9b949a
h: refs/heads/master
v: v3
  • Loading branch information
Ben Dooks authored and Russell King committed Jun 24, 2006
1 parent db5b247 commit aaea12c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a019f4a9a7b4ec4986918e9aefa06815cf77b714
refs/heads/master: c9b949a734adef5d05cbaa0b0546b924ca517155
3 changes: 2 additions & 1 deletion trunk/arch/arm/mach-s3c2410/pm-simtec.c
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ static __init int pm_simtec_init(void)

/* check which machine we are running on */

if (!machine_is_bast() && !machine_is_vr1000() && !machine_is_anubis())
if (!machine_is_bast() && !machine_is_vr1000() &&
!machine_is_anubis() && !machine_is_osiris())
return 0;

printk(KERN_INFO "Simtec Board Power Manangement" COPYRIGHT "\n");
Expand Down

0 comments on commit aaea12c

Please sign in to comment.