Browse Source

usb: musb: cppi: add missing include to fix compilation

This fixes compilation as module.

Signed-off-by: Reinhard Tartler <tartler@cs.fau.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Reinhard Tartler 13 years ago
parent
commit
61af9c3f89
1 changed files with 1 additions and 0 deletions
  1. 1 0
      drivers/usb/musb/cppi_dma.c

+ 1 - 0
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>