|
@@ -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");
|