commit | ad1e7b97b3adb91d46f3adb70a7867a50fc274cf | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Tue Sep 15 13:25:03 2015 -0700 |
committer | David S. Miller <davem@davemloft.net> | Tue Sep 15 13:25:03 2015 -0700 |
tree | 07cecfffa1e331c145d31a3cf657babafd427b42 | |
parent | 8b711d6db5c78a6d1969fb0fccb93daa7df53762 [diff] |
cdc: Fix build warning. In file included from drivers/usb/gadget/function/u_serial.h:16:0, from drivers/usb/gadget/function/f_acm.c:23: >> include/linux/usb/cdc.h:47:5: warning: 'struct usb_interface' declared inside parameter list int buflen); ^ >> include/linux/usb/cdc.h:47:5: warning: its scope is only this definition or declaration, which is probably not what you want Reported-by: kbuild test robot <fengguang.wu@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>