usb: gadget: renesas_usbhs: fixup struct completion usage
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Mon, 24 Oct 2011 05:55:54 +0000 (22:55 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 14 Nov 2011 19:51:21 +0000 (11:51 -0800)
commit7fccd480b7fe84a98ee252fa79dd92f7fff5ec2a
treed2cde25dd1f064a7c4facbbeb62c80246e263717
parent0e042be348b864a57a8a452aaa7ec49be5fb9e59
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>
drivers/usb/renesas_usbhs/mod_host.c