Skip to content

Commit

Permalink
dmaengine/ep93xx_dma: add module.h include
Browse files Browse the repository at this point in the history
Due to module.h cleanup it is not anymore included implicitly. Drivers who
want to use it need to include it explicitly.

Signed-off-by: Mika Westerberg <[email protected]>
Signed-off-by: Vinod Koul <[email protected]>
  • Loading branch information
Mika Westerberg authored and Vinod Koul committed Oct 16, 2011
1 parent 0163124 commit 2389d67
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/dma/ep93xx_dma.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
#include <linux/init.h>
#include <linux/interrupt.h>
#include <linux/dmaengine.h>
#include <linux/module.h>
#include <linux/platform_device.h>
#include <linux/slab.h>

Expand Down

0 comments on commit 2389d67

Please sign in to comment.