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

Commit 325fd182 authored by Mark Brown's avatar Mark Brown Committed by Greg Kroah-Hartman
Browse files

USB: gadget.h depends on ch9.h so include ch9.h directly



The struct definitions are used.

Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent ceb80363
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -16,6 +16,7 @@
#define __LINUX_USB_GADGET_H

#include <linux/slab.h>
#include <linux/usb/ch9.h>

struct usb_ep;