commit | bc57381e634782009b1cb2e86b18013699ada576 | [log] [tgz] |
---|---|---|
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | Thu Apr 28 16:41:14 2011 +0900 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Fri Apr 29 17:24:34 2011 -0700 |
tree | 2ff4b5937d810ef04aa1960745f06c4e0c99f939 | |
parent | 5ea68d541df200d10a373c06f945f98225c2486b [diff] |
usb: renesas_usbhs: use delayed_work instead of work_struct This delay is used to overjump debounce. And, this patch also move usbhsc_drvcllbck_notify_hotplug to global, because it will be called from other files. Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>