Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs
[pandora-kernel.git] / arch / arm / mach-imx / pm-imx27.c
index 2153ca7..acf1769 100644 (file)
@@ -39,6 +39,9 @@ static const struct platform_suspend_ops mx27_suspend_ops = {
 
 static int __init mx27_pm_init(void)
 {
+       if (!cpu_is_mx27())
+               return 0;
+
        suspend_set_ops(&mx27_suspend_ops);
        return 0;
 }