commit | edf380046b0a726de26fc29015556a11288940ac | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Mon May 28 17:34:35 2018 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu May 31 12:44:39 2018 +0200 |
tree | 1cf98d0494ee53a3a5f5a9ea74f82cfc332e825b | |
parent | 3bea1cfcff113070655c379cec6d1dde0529bd31 [diff] |
usb: musb: remove an unused variable After the only users of this variable got removed, we now get a warning about 'otg' being unused: drivers/usb/musb/da8xx.c: In function 'da8xx_musb_interrupt': drivers/usb/musb/da8xx.c:226:19: error: unused variable 'otg' [-Werror=unused-variable] Fixes: d2852f2d3e6d ("usb: musb: remove references to default_a of struct usb_otg") Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>