]> git.openfabrics.org - ~emulex/infiniband.git/commitdiff
usb: musb: cppi: add missing include to fix compilation
authorReinhard Tartler <tartler@cs.fau.de>
Mon, 14 May 2012 16:05:20 +0000 (18:05 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 14 May 2012 19:45:45 +0000 (12:45 -0700)
This fixes compilation as module.

Signed-off-by: Reinhard Tartler <tartler@cs.fau.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/musb/cppi_dma.c

index 66bc376005d250f09cee76ea804f9ad8e5a48751..8637c1f69fc3d505c9f746c7a97339b3596a868b 100644 (file)
@@ -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>