Hello. On 24-01-2012 13:02, Felipe Balbi wrote:
commit 65db430 (USB: convert drivers/usb/* to use module_usb_driver()) introduced the following compile warnings:
drivers/usb/misc/emi26.c:40:19: warning: ‘emi26_init’ declared ‘static’ but never defined [-Wunused-function] drivers/usb/misc/emi26.c:41:20: warning: ‘emi26_exit’ declared ‘static’ but never defined [-Wunused-function] drivers/usb/misc/emi62.c:49:19: warning: ‘emi62_init’ declared ‘static’ but never defined [-Wunused-function] drivers/usb/misc/emi62.c:50:20: warning: ‘emi62_exit’ declared ‘static’ but never defined [-Wunused-function]
This patch fixes them.
Signed-off-by: Felipe Balbi<balbi@xxxxxx>
Already submitted by Paul Gortmaker on 01/22. WBR, Sergei -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html