dmaengine: Remove Renesas Audio DMAC peri peri platform data
authorGeert Uytterhoeven <geert+renesas@glider.be>
Tue, 28 Apr 2015 10:21:40 +0000 (12:21 +0200)
committerVinod Koul <vinod.koul@intel.com>
Fri, 8 May 2015 09:07:52 +0000 (14:37 +0530)
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>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
include/linux/platform_data/dma-rcar-audmapp.h [deleted file]

diff --git a/include/linux/platform_data/dma-rcar-audmapp.h b/include/linux/platform_data/dma-rcar-audmapp.h
deleted file mode 100644 (file)
index 471fffe..0000000
+++ /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 */
This page took 0.030825 seconds and 5 git commands to generate.