OSDN Git Service

usb: chipidea: usbmisc_imx: Staticize usbmisc_imx_drv_init/exit
authorFabio Estevam <fabio.estevam@freescale.com>
Thu, 13 Jun 2013 14:59:46 +0000 (17:59 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 17 Jun 2013 20:45:46 +0000 (13:45 -0700)
commitf6a57507f685bb24b83893a12e65623a2fc69489
treea4d320e93b1b012db5e9e4cfd38a5a03ed82eb78
parenta95fd1897378e9533f049f6a3c74ee80cedab947
usb: chipidea: usbmisc_imx: Staticize usbmisc_imx_drv_init/exit

Fix the following sparse warnings:

drivers/usb/chipidea/usbmisc_imx.c:246:5: warning: symbol 'usbmisc_imx_drv_init' was not declared. Should it be static?
drivers/usb/chipidea/usbmisc_imx.c:252:6: warning: symbol 'usbmisc_imx_drv_exit' was not declared. Should it be static?

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/chipidea/usbmisc_imx.c