]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
mfd: omap-usb-host: Staticize usbhs_driver_name
authorSachin Kamat <sachin.kamat@linaro.org>
Fri, 23 Aug 2013 11:12:58 +0000 (16:42 +0530)
committerLee Jones <lee.jones@linaro.org>
Mon, 2 Sep 2013 09:22:27 +0000 (10:22 +0100)
usbhs_driver_name is used only in this file. Make it static.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/omap-usb-host.c

index d2b8e7189907481ddcb9dc3da007bcb81f421a89..29ee54d68512e3ce38dad4b5d6897f192b8295f8 100644 (file)
@@ -114,7 +114,7 @@ struct usbhs_hcd_omap {
 };
 /*-------------------------------------------------------------------------*/
 
-const char usbhs_driver_name[] = USBHS_DRIVER_NAME;
+static const char usbhs_driver_name[] = USBHS_DRIVER_NAME;
 static u64 usbhs_dmamask = DMA_BIT_MASK(32);
 
 /*-------------------------------------------------------------------------*/