Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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>