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>
This commit is contained in:
parent
ef206f3f01
commit
61af9c3f89
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user