Merge branch 'for-linus' of git://git.infradead.org/users/eparis/selinux into for...
[pandora-kernel.git] / arch / arm / mach-mxs / devices / platform-fec.c
index c42dff7..9859cf2 100644 (file)
@@ -45,6 +45,7 @@ struct platform_device *__init mxs_add_fec(
                },
        };
 
-       return mxs_add_platform_device("imx28-fec", data->id,
-                       res, ARRAY_SIZE(res), pdata, sizeof(*pdata));
+       return mxs_add_platform_device_dmamask("imx28-fec", data->id,
+                       res, ARRAY_SIZE(res), pdata, sizeof(*pdata),
+                       DMA_BIT_MASK(32));
 }