diff mbox

dmaengine: Remove Renesas Audio DMAC peri peri platform data

Message ID 1430216500-32173-1-git-send-email-geert+renesas@glider.be (mailing list archive)
State Accepted
Headers show

Commit Message

Geert Uytterhoeven April 28, 2015, 10:21 a.m. UTC
Commit 3cd44dcd35a6 ("dmaengine: remove Renesas Audio DMAC peri peri")
forgot to remove the header file with the platform data definitions.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
 include/linux/platform_data/dma-rcar-audmapp.h | 34 --------------------------
 1 file changed, 34 deletions(-)
 delete mode 100644 include/linux/platform_data/dma-rcar-audmapp.h

Comments

Simon Horman April 30, 2015, 5:52 a.m. UTC | #1
On Tue, Apr 28, 2015 at 12:21:40PM +0200, Geert Uytterhoeven wrote:
> Commit 3cd44dcd35a6 ("dmaengine: remove Renesas Audio DMAC peri peri")
> forgot to remove the header file with the platform data definitions.
> 
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>

Acked-by: Simon Horman <horms+renesas@verge.net.au>

> ---
>  include/linux/platform_data/dma-rcar-audmapp.h | 34 --------------------------
>  1 file changed, 34 deletions(-)
>  delete mode 100644 include/linux/platform_data/dma-rcar-audmapp.h
> 
> diff --git a/include/linux/platform_data/dma-rcar-audmapp.h b/include/linux/platform_data/dma-rcar-audmapp.h
> deleted file mode 100644
> index 471fffebbeb4cdbe..0000000000000000
> --- a/include/linux/platform_data/dma-rcar-audmapp.h
> +++ /dev/null
> @@ -1,34 +0,0 @@
> -/*
> - * This is for Renesas R-Car Audio-DMAC-peri-peri.
> - *
> - * Copyright (C) 2014 Renesas Electronics Corporation
> - * Copyright (C) 2014 Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
> - *
> - * This file is based on the include/linux/sh_dma.h
> - *
> - * Header for the new SH dmaengine driver
> - *
> - * Copyright (C) 2010 Guennadi Liakhovetski <g.liakhovetski@gmx.de>
> - *
> - * 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
> - * published by the Free Software Foundation.
> - */
> -#ifndef SH_AUDMAPP_H
> -#define SH_AUDMAPP_H
> -
> -#include <linux/dmaengine.h>
> -
> -struct audmapp_slave_config {
> -	int		slave_id;
> -	dma_addr_t	src;
> -	dma_addr_t	dst;
> -	u32		chcr;
> -};
> -
> -struct audmapp_pdata {
> -	struct audmapp_slave_config *slave;
> -	int slave_num;
> -};
> -
> -#endif /* SH_AUDMAPP_H */
> -- 
> 1.9.1
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-sh" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 
--
To unsubscribe from this list: send the line "unsubscribe dmaengine" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Vinod Koul May 8, 2015, 9:08 a.m. UTC | #2
On Tue, Apr 28, 2015 at 12:21:40PM +0200, Geert Uytterhoeven wrote:
> Commit 3cd44dcd35a6 ("dmaengine: remove Renesas Audio DMAC peri peri")
> forgot to remove the header file with the platform data definitions.
> 
Applied now

Thanks
diff mbox

Patch

diff --git a/include/linux/platform_data/dma-rcar-audmapp.h b/include/linux/platform_data/dma-rcar-audmapp.h
deleted file mode 100644
index 471fffebbeb4cdbe..0000000000000000
--- a/include/linux/platform_data/dma-rcar-audmapp.h
+++ /dev/null
@@ -1,34 +0,0 @@ 
-/*
- * This is for Renesas R-Car Audio-DMAC-peri-peri.
- *
- * Copyright (C) 2014 Renesas Electronics Corporation
- * Copyright (C) 2014 Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
- *
- * This file is based on the include/linux/sh_dma.h
- *
- * Header for the new SH dmaengine driver
- *
- * Copyright (C) 2010 Guennadi Liakhovetski <g.liakhovetski@gmx.de>
- *
- * 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
- * published by the Free Software Foundation.
- */
-#ifndef SH_AUDMAPP_H
-#define SH_AUDMAPP_H
-
-#include <linux/dmaengine.h>
-
-struct audmapp_slave_config {
-	int		slave_id;
-	dma_addr_t	src;
-	dma_addr_t	dst;
-	u32		chcr;
-};
-
-struct audmapp_pdata {
-	struct audmapp_slave_config *slave;
-	int slave_num;
-};
-
-#endif /* SH_AUDMAPP_H */