commit | 7fccd480b7fe84a98ee252fa79dd92f7fff5ec2a | [log] [tgz] |
---|---|---|
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | Sun Oct 23 22:55:54 2011 -0700 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Mon Nov 14 11:51:21 2011 -0800 |
tree | d2cde25dd1f064a7c4facbbeb62c80246e263717 | |
parent | 0e042be348b864a57a8a452aaa7ec49be5fb9e59 [diff] |
usb: gadget: renesas_usbhs: fixup struct completion usage Since renesas_usbhs mod_host didn't use struct completion as static object, the warning of lockdep came out. This patch fixup this issue. Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Felipe Balbi <balbi@ti.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>