diff options
author | Vinod Koul <vinod.koul@intel.com> | 2014-12-22 10:27:13 -0500 |
---|---|---|
committer | Vinod Koul <vinod.koul@intel.com> | 2014-12-22 10:28:58 -0500 |
commit | 0ce3c066c49aa0bc3b98c0293f8f28d683dec768 (patch) | |
tree | 61f0727ee00afc5e5ebd6dabee2cc7d03fa7909b | |
parent | 97bf6af1f928216fd6c5a66e8a57bfa95a659672 (diff) |
MAINTAINERS: dmaengine: fix the header file for dmaengine
The headers were listed as include/linux/dma* which is wrong as we have
other files in include/linux/dma* which have nothing to do with dmaengine so
update it to include/linux/dmaengine.h
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index ddb9ac8d32b3..5c24ae704cd1 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -3182,7 +3182,7 @@ L: dmaengine@vger.kernel.org | |||
3182 | Q: https://patchwork.kernel.org/project/linux-dmaengine/list/ | 3182 | Q: https://patchwork.kernel.org/project/linux-dmaengine/list/ |
3183 | S: Maintained | 3183 | S: Maintained |
3184 | F: drivers/dma/ | 3184 | F: drivers/dma/ |
3185 | F: include/linux/dma* | 3185 | F: include/linux/dmaengine.h |
3186 | F: Documentation/dmaengine/ | 3186 | F: Documentation/dmaengine/ |
3187 | T: git git://git.infradead.org/users/vkoul/slave-dma.git | 3187 | T: git git://git.infradead.org/users/vkoul/slave-dma.git |
3188 | 3188 | ||