diff options
author | Arnd Bergmann <arnd@arndb.de> | 2018-05-28 17:34:35 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-05-31 12:44:39 +0200 |
commit | edf380046b0a726de26fc29015556a11288940ac (patch) | |
tree | 1cf98d0494ee53a3a5f5a9ea74f82cfc332e825b /tools | |
parent | 3bea1cfcff113070655c379cec6d1dde0529bd31 (diff) | |
download | linux-edf380046b0a726de26fc29015556a11288940ac.tar.bz2 |
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>
Diffstat (limited to 'tools')
0 files changed, 0 insertions, 0 deletions