From 61af9c3f894a48297db3cc01aa38910bd6f92c27 Mon Sep 17 00:00:00 2001 From: Reinhard Tartler Date: Mon, 14 May 2012 18:05:20 +0200 Subject: [PATCH] usb: musb: cppi: add missing include to fix compilation This fixes compilation as module. Signed-off-by: Reinhard Tartler Signed-off-by: Greg Kroah-Hartman --- drivers/usb/musb/cppi_dma.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/usb/musb/cppi_dma.c b/drivers/usb/musb/cppi_dma.c index 66bc376..8637c1f 100644 --- a/drivers/usb/musb/cppi_dma.c +++ b/drivers/usb/musb/cppi_dma.c @@ -6,6 +6,7 @@ * The TUSB6020, using VLYNQ, has CPPI that looks much like DaVinci. */ +#include #include #include #include -- 2.7.4