Commit 460ddbec authored by Bin Liu's avatar Bin Liu Committed by Greg Kroah-Hartman
Browse files

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: default avatarBin Liu <b-liu@ti.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent fc78003e
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -14,6 +14,7 @@
#include "musb_core.h"
#include "musb_core.h"
#include "musb_debug.h"
#include "musb_debug.h"
#include "cppi_dma.h"
#include "cppi_dma.h"
#include "davinci.h"




/* CPPI DMA status 7-mar-2006:
/* CPPI DMA status 7-mar-2006:
+0 −8
Original line number Original line Diff line number Diff line
@@ -11,14 +11,6 @@
#include "musb_dma.h"
#include "musb_dma.h"
#include "musb_core.h"
#include "musb_core.h"



/* FIXME fully isolate CPPI from DaVinci ... the "CPPI generic" registers
 * would seem to be shared with the TUSB6020 (over VLYNQ).
 */

#include "davinci.h"


/* CPPI RX/TX state RAM */
/* CPPI RX/TX state RAM */


struct cppi_tx_stateram {
struct cppi_tx_stateram {