浏览代码

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 年之前
父节点
当前提交
61af9c3f89
共有 1 个文件被更改,包括 1 次插入0 次删除
  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.
  * The TUSB6020, using VLYNQ, has CPPI that looks much like DaVinci.
  */
  */
 
 
+#include <linux/module.h>
 #include <linux/platform_device.h>
 #include <linux/platform_device.h>
 #include <linux/slab.h>
 #include <linux/slab.h>
 #include <linux/usb.h>
 #include <linux/usb.h>