diff options
-rw-r--r-- | arch/arm/plat-mxc/devices/platform-fec.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/plat-mxc/devices/platform-fec.c b/arch/arm/plat-mxc/devices/platform-fec.c index 4f529964224d..6561c9df5f0d 100644 --- a/arch/arm/plat-mxc/devices/platform-fec.c +++ b/arch/arm/plat-mxc/devices/platform-fec.c | |||
@@ -62,7 +62,7 @@ struct platform_device *__init imx_add_fec( | |||
62 | }, | 62 | }, |
63 | }; | 63 | }; |
64 | 64 | ||
65 | return imx_add_platform_device("fec", 0 /* -1? */, | 65 | return imx_add_platform_device_dmamask("fec", 0, |
66 | res, ARRAY_SIZE(res), | 66 | res, ARRAY_SIZE(res), |
67 | pdata, sizeof(*pdata)); | 67 | pdata, sizeof(*pdata), DMA_BIT_MASK(32)); |
68 | } | 68 | } |