diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2014-08-19 13:29:12 -0400 |
---|---|---|
committer | Vinod Koul <vinod.koul@intel.com> | 2014-09-11 02:18:12 -0400 |
commit | 3d598f47e804a77208c6bb0a454123018e2f2281 (patch) | |
tree | 1e0a29365a660c9f41b5dfca12e4deab082b35a1 /MAINTAINERS | |
parent | a22e292260079e781b66380eccdf4566cc3c95ed (diff) |
dmaengine: dw: move dw_dmac.h to where it belongs to
There is a common storage for platform data related structures and definitions
inside kernel source tree. The patch moves file from include/linux to
include/linux/platform_data and renames it acoordingly. The users are also
updated.
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
[For the arch/avr32/.* and .*sound/atmel.*]
Acked-by: Hans-Christian Egtvedt <egtvedt@samfundet.no>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index aefa94841ff3..a10072963889 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -7875,7 +7875,7 @@ SYNOPSYS DESIGNWARE DMAC DRIVER | |||
7875 | M: Viresh Kumar <viresh.linux@gmail.com> | 7875 | M: Viresh Kumar <viresh.linux@gmail.com> |
7876 | M: Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 7876 | M: Andy Shevchenko <andriy.shevchenko@linux.intel.com> |
7877 | S: Maintained | 7877 | S: Maintained |
7878 | F: include/linux/dw_dmac.h | 7878 | F: include/linux/platform_data/dma-dw.h |
7879 | F: drivers/dma/dw/ | 7879 | F: drivers/dma/dw/ |
7880 | 7880 | ||
7881 | SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER | 7881 | SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER |