MAINTAINERS: dmaengine: fix the header file for dmaengine
authorVinod Koul <vinod.koul@intel.com>
Mon, 22 Dec 2014 15:27:13 +0000 (20:57 +0530)
committerVinod Koul <vinod.koul@intel.com>
Mon, 22 Dec 2014 15:28:58 +0000 (20:58 +0530)
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>
MAINTAINERS

index ddb9ac8d32b3eddc46d66bd408392ae09b637ea7..5c24ae704cd10ccb899a5af54e57972d4a89daca 100644 (file)
@@ -3182,7 +3182,7 @@ L:        dmaengine@vger.kernel.org
 Q:     https://patchwork.kernel.org/project/linux-dmaengine/list/
 S:     Maintained
 F:     drivers/dma/
-F:     include/linux/dma*
+F:     include/linux/dmaengine.h
 F:     Documentation/dmaengine/
 T:     git git://git.infradead.org/users/vkoul/slave-dma.git
 
This page took 0.029732 seconds and 5 git commands to generate.