]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ENGR00173731-2 mxs-dma : use the new mxs-dma.h
authorHuang Shijie <b32955@freescale.com>
Wed, 1 Feb 2012 07:26:54 +0000 (15:26 +0800)
committerOliver Wendt <ow@karo-electronics.de>
Mon, 30 Sep 2013 12:10:47 +0000 (14:10 +0200)
use the new header : mxs-dma.h.

Signed-off-by: Huang Shijie <b32955@freescale.com>
drivers/dma/mxs-dma.c
drivers/mtd/nand/gpmi-nand/gpmi-nand.h

index b06cd4ca626fb4fd93d5ab3b7fedddbfd6ea6c25..9e819a1386152d78734bede3aba9e01658ef0542 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2011 Freescale Semiconductor, Inc. All Rights Reserved.
+ * Copyright 2011-2012 Freescale Semiconductor, Inc. All Rights Reserved.
  *
  * Refer to drivers/dma/imx-sdma.c
  *
 #include <linux/platform_device.h>
 #include <linux/dmaengine.h>
 #include <linux/delay.h>
+#include <linux/mxs-dma.h>
 
 #include <asm/irq.h>
 #include <mach/mxs.h>
-#include <mach/dma.h>
 #include <mach/common.h>
 
 /*
index e023bccb7781b95febd36b053f18ee03567cc84f..b4a426a195641b2a47303c2f81a86fee8ec3af7f 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Freescale GPMI NAND Flash Driver
  *
- * Copyright (C) 2010-2011 Freescale Semiconductor, Inc.
+ * Copyright (C) 2010-2012 Freescale Semiconductor, Inc.
  * Copyright (C) 2008 Embedded Alley Solutions, Inc.
  *
  * This program is free software; you can redistribute it and/or modify
@@ -20,7 +20,7 @@
 #include <linux/mtd/nand.h>
 #include <linux/platform_device.h>
 #include <linux/dma-mapping.h>
-#include <mach/dma.h>
+#include <linux/mxs-dma.h>
 
 struct resources {
        void          *gpmi_regs;