usb: gadget: add missing #include's
authorSergei Shtylyov <sshtylyov@ru.mvista.com>
Wed, 15 Jun 2011 18:10:37 +0000 (21:10 +0300)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 1 Jul 2011 21:31:05 +0000 (14:31 -0700)
commite9c23a255a33cf423336b7cba39b2b6dcc83a6bc
tree62e1233dd7dfab173b745530e2c3fba8e327ddba
parent199e7edbb1b32d237ade354fee24eef5e2cbeb18
usb: gadget: add missing #include's

When #include'd alone, <linux/usb/gadget.h>
causes a lot of compilation errors and warnings
-- all because it relies on the including code to
bring in the necessary #include's instead of
doing this itself.

Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
include/linux/usb/gadget.h