From 913f3a8d3a0e87d9701a4ee38b04af1a394f99e2 Mon Sep 17 00:00:00 2001 From: Huang Shijie Date: Mon, 6 Feb 2012 10:47:02 +0800 Subject: [PATCH] ENGR00173731-1 mxs-dma : rename the dma.h for mxs-dma Move the header to a more common place. The mxs dma engine is not only used in mx23/mx28, but also used in mx50/mx6q. It will also be used in the future chips. rename it to mxs-dma.h Acked-by: Lily Zhang Signed-off-by: Huang Shijie --- arch/arm/mach-mxs/include/mach/dma.h => include/linux/mxs-dma.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename arch/arm/mach-mxs/include/mach/dma.h => include/linux/mxs-dma.h (89%) diff --git a/arch/arm/mach-mxs/include/mach/dma.h b/include/linux/mxs-dma.h similarity index 89% rename from arch/arm/mach-mxs/include/mach/dma.h rename to include/linux/mxs-dma.h index 203d7c4a3e11..9186f908d207 100644 --- a/arch/arm/mach-mxs/include/mach/dma.h +++ b/include/linux/mxs-dma.h @@ -1,5 +1,5 @@ /* - * Copyright 2011 Freescale Semiconductor, Inc. All Rights Reserved. + * Copyright 2011-2012 Freescale Semiconductor, Inc. All Rights Reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as -- 2.39.5