[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1337011520-15286-1-git-send-email-tartler@cs.fau.de>
Date: Mon, 14 May 2012 18:05:20 +0200
From: Reinhard Tartler <tartler@...fau.de>
To: Felipe Balbi <balbi@...com>, Greg Kroah-Hartman <gregkh@...e.de>,
linux-usb@...r.kernel.org, linux-kernel@...r.kernel.org
Cc: vamos-dev@...ts.cs.fau.de, Reinhard Tartler <tartler@...fau.de>
Subject: [PATCH] usb: musb: cppi: add missing include to fix compilation
This fixes compilation as module.
Signed-off-by: Reinhard Tartler <tartler@...fau.de>
---
drivers/usb/musb/cppi_dma.c | 1 +
1 file changed, 1 insertion(+)
This patch was found by tools developed in the VAMOS project:
http://www4.cs.fau.de/Research/VAMOS/
diff --git a/drivers/usb/musb/cppi_dma.c b/drivers/usb/musb/cppi_dma.c
index 318fb4e..b25451f 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 <linux/module.h>
#include <linux/platform_device.h>
#include <linux/slab.h>
#include <linux/usb.h>
--
1.7.9.5
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists