]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
usb: musb: dsps: remove the duplicated timer
authorBin Liu <b-liu@ti.com>
Mon, 30 Oct 2017 16:29:56 +0000 (11:29 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 1 Nov 2017 15:48:10 +0000 (16:48 +0100)
commitb82162bcd26770731a94a65d09e46f8355c60179
tree9de1bf4eaab30daccf76cf3bd90dd2e5165aaae4
parent05678497276e1ff9394f7f815d80b1f2d47e92f4
usb: musb: dsps: remove the duplicated timer

Now struct musb has the timer (dev_timer) for glue drivers, so let's
remove the duplicated timer defined in dsps glue driver, and use
dev_timer defined in struct musb.

Signed-off-by: Bin Liu <b-liu@ti.com>
Reviewed-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/musb/musb_dsps.c