From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755079AbbCBRyz (ORCPT ); Mon, 2 Mar 2015 12:54:55 -0500 Received: from mail-bn1on0053.outbound.protection.outlook.com ([157.56.110.53]:37501 "EHLO na01-bn1-obe.outbound.protection.outlook.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1753386AbbCBRyx (ORCPT ); Mon, 2 Mar 2015 12:54:53 -0500 From: Kedareswara rao Appana To: , , , CC: , , , , , Subject: [PATCH] dma: xilinx-dma: move header file to common location Date: Mon, 2 Mar 2015 23:24:24 +0530 X-Mailer: git-send-email 2.1.2 X-RCIS-Action: ALLOW X-TM-AS-Product-Ver: IMSS-7.1.0.1224-7.5.0.1018-21366.005 X-TM-AS-User-Approved-Sender: Yes;Yes;Yes Message-ID: <4c3e2425e14646cb86c20d6aebdcfe22@BY2FFO11FD004.protection.gbl> X-EOPAttributedMessage: 0 Authentication-Results: spf=pass (sender IP is 149.199.60.100) smtp.mailfrom=appana.durga.rao@xilinx.com; vger.kernel.org; dkim=none (message not signed) header.d=none; X-Forefront-Antispam-Report: CIP:149.199.60.100;CTRY:US;IPV:NLI;EFV:NLI;SFV:NSPM;SFS:(10009020)(6009001)(438002)(199003)(189002)(62966003)(77156002)(50226001)(92566002)(2201001)(50986999)(92726002)(87936001)(6806004)(229853001)(106466001)(86362001)(48376002)(74316001)(50466002)(108616004)(53416004)(19580395003)(47776003)(19580405001)(46102003)(104016003)(107986001)(24736002);DIR:OUT;SFP:1101;SCL:1;SRVR:BY2FFO11HUB038;H:xsj-pvapsmtpgw02;FPR:;SPF:Pass;MLV:sfv;A:1;MX:1;LANG:en; MIME-Version: 1.0 Content-Type: text/plain X-Microsoft-Antispam: UriScan:;BCL:0;PCL:0;RULEID:;SRVR:BY2FFO11HUB038; X-Microsoft-Antispam-PRVS: X-Exchange-Antispam-Report-Test: UriScan:; X-Exchange-Antispam-Report-CFA-Test: BCL:0;PCL:0;RULEID:(601004)(5005006);SRVR:BY2FFO11HUB038;BCL:0;PCL:0;RULEID:;SRVR:BY2FFO11HUB038; X-Forefront-PRVS: 0503FF9A3E X-OriginatorOrg: xilinx.com X-MS-Exchange-CrossTenant-OriginalArrivalTime: 02 Mar 2015 17:54:48.8645 (UTC) X-MS-Exchange-CrossTenant-Id: 657af505-d5df-48d0-8300-c31994686c5c X-MS-Exchange-CrossTenant-OriginalAttributedTenantConnectingIp: TenantId=657af505-d5df-48d0-8300-c31994686c5c;Ip=[149.199.60.100] X-MS-Exchange-CrossTenant-FromEntityHeader: HybridOnPrem X-MS-Exchange-Transport-CrossTenantHeadersStamped: BY2FFO11HUB038 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This patch moves the xilinx_dma.h header file to the include/linux/dma. Signed-off-by: Kedareswara rao Appana --- drivers/dma/xilinx/xilinx_vdma.c | 2 +- include/linux/{amba => dma}/xilinx_dma.h | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename include/linux/{amba => dma}/xilinx_dma.h (100%) diff --git a/drivers/dma/xilinx/xilinx_vdma.c b/drivers/dma/xilinx/xilinx_vdma.c index bdd2a5d..d8434d4 100644 --- a/drivers/dma/xilinx/xilinx_vdma.c +++ b/drivers/dma/xilinx/xilinx_vdma.c @@ -22,9 +22,9 @@ * (at your option) any later version. */ -#include #include #include +#include #include #include #include diff --git a/include/linux/amba/xilinx_dma.h b/include/linux/dma/xilinx_dma.h similarity index 100% rename from include/linux/amba/xilinx_dma.h rename to include/linux/dma/xilinx_dma.h -- 2.1.2