Commit 61af9c3f authored by Reinhard Tartler's avatar Reinhard Tartler Committed by Greg Kroah-Hartman

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

This fixes compilation as module.
Signed-off-by: default avatarReinhard Tartler <tartler@cs.fau.de>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent ef206f3f
...@@ -6,6 +6,7 @@ ...@@ -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>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment