All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] usb: musb: cppi: add missing include to fix compilation
@ 2012-05-14 16:05 Reinhard Tartler
  2012-05-14 16:31 ` Greg KH
  0 siblings, 1 reply; 5+ messages in thread
From: Reinhard Tartler @ 2012-05-14 16:05 UTC (permalink / raw)
  To: Felipe Balbi, Greg Kroah-Hartman, linux-usb, linux-kernel
  Cc: vamos-dev, Reinhard Tartler

This fixes compilation as module.

Signed-off-by: Reinhard Tartler <tartler@cs.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


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2012-05-14 18:36 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-14 16:05 [PATCH] usb: musb: cppi: add missing include to fix compilation Reinhard Tartler
2012-05-14 16:31 ` Greg KH
2012-05-14 16:53   ` Reinhard Tartler
2012-05-14 17:26     ` Sergei Shtylyov
2012-05-14 18:35     ` Greg KH

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.