| Submitter | Huang Shijie |
|---|---|
| Date | Jan. 19, 2012, 6:16 a.m. |
| Message ID | <1326953767-24155-4-git-send-email-b32955@freescale.com> |
| Download | mbox | patch |
| Permalink | /patch/136760/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/drivers/mmc/host/mxs-mmc.c b/drivers/mmc/host/mxs-mmc.c index 382c835..1e18970 100644 --- a/drivers/mmc/host/mxs-mmc.c +++ b/drivers/mmc/host/mxs-mmc.c @@ -38,10 +38,10 @@ #include <linux/gpio.h> #include <linux/regulator/consumer.h> #include <linux/module.h> +#include <linux/mxs-dma.h> #include <mach/mxs.h> #include <mach/common.h> -#include <mach/dma.h> #include <mach/mmc.h> #define DRIVER_NAME "mxs-mmc"
use the new MXS-DMA header for mxs-mmc driver. Signed-off-by: Huang Shijie <b32955@freescale.com> --- drivers/mmc/host/mxs-mmc.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)