Skip to content

Commit

Permalink
USB: gadget.h depends on ch9.h so include ch9.h directly
Browse files Browse the repository at this point in the history
The struct definitions are used.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Mark Brown authored and Greg Kroah-Hartman committed Jun 7, 2011
1 parent ceb8036 commit 325fd18
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/linux/usb/gadget.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
#define __LINUX_USB_GADGET_H

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

struct usb_ep;

Expand Down

0 comments on commit 325fd18

Please sign in to comment.