diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2015-01-19 18:23:06 +0200 |
---|---|---|
committer | Vinod Koul <vinod.koul@intel.com> | 2015-02-03 17:36:56 -0800 |
commit | 1fb200d6d42c67678bfa98a7d122dfa61f8cbb8d (patch) | |
tree | f9127f7579e07fdffc39b501a56b0e3b2fb228ba /MAINTAINERS | |
parent | 46c2eb645991c00bcbdf991c2f74389f7efce918 (diff) | |
download | linux-stable-1fb200d6d42c67678bfa98a7d122dfa61f8cbb8d.tar.gz linux-stable-1fb200d6d42c67678bfa98a7d122dfa61f8cbb8d.tar.bz2 linux-stable-1fb200d6d42c67678bfa98a7d122dfa61f8cbb8d.zip |
dmaengine: dw: update MAINTAINERS file
This is a follow up to the previously done changes in the layout of the driver
files. We now have an additional file include/linux/dma/dw.h which is missed in
the MAINTAINERS data base.
Fixes: 3d588f83e4d6 (dmaengine: dw: split dma-dw.h to platform and private parts)
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index ddb9ac8d32b3..59c346315110 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -8324,6 +8324,7 @@ SYNOPSYS DESIGNWARE DMAC DRIVER M: Viresh Kumar <viresh.linux@gmail.com> M: Andy Shevchenko <andriy.shevchenko@linux.intel.com> S: Maintained +F: include/linux/dma/dw.h F: include/linux/platform_data/dma-dw.h F: drivers/dma/dw/ |