diff options
| author | Bin Liu <b-liu@ti.com> | 2016-06-30 12:12:28 -0500 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-07-17 08:23:57 +0900 |
| commit | 460ddbec8ff1237672a549740a288350e68ca00c (patch) | |
| tree | db6d4ec2bfa92b7e425a7ce3227ab888a86b2361 /drivers/usb/musb/cppi_dma.c | |
| parent | usb: musb: gadget: add usb-request tracepoints (diff) | |
| download | linux-460ddbec8ff1237672a549740a288350e68ca00c.tar.gz linux-460ddbec8ff1237672a549740a288350e68ca00c.zip | |
usb: musb: cleanup cppi_dma header
davinci.h is not required by cppi_dma.h but cppi_dma.c, so move the
include to the right place.
Signed-off-by: Bin Liu <b-liu@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/musb/cppi_dma.c')
| -rw-r--r-- | drivers/usb/musb/cppi_dma.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/musb/cppi_dma.c b/drivers/usb/musb/cppi_dma.c index 5da93ece9cd1..1ae48e64e975 100644 --- a/drivers/usb/musb/cppi_dma.c +++ b/drivers/usb/musb/cppi_dma.c @@ -14,6 +14,7 @@ #include "musb_core.h" #include "musb_debug.h" #include "cppi_dma.h" +#include "davinci.h" /* CPPI DMA status 7-mar-2006: |
