diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2013-08-23 07:12:58 -0400 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2013-09-02 05:22:27 -0400 |
commit | 7844b989b39cb1fdf21b74cd9b69fd0953b9f28d (patch) | |
tree | b3b7875653201304b89230e0c5af94b06782834b /drivers/mfd | |
parent | 2b274fe522e9d5ac7397e07e3516bb10e3c2ee92 (diff) |
mfd: omap-usb-host: Staticize usbhs_driver_name
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>
Diffstat (limited to 'drivers/mfd')
-rw-r--r-- | drivers/mfd/omap-usb-host.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/omap-usb-host.c b/drivers/mfd/omap-usb-host.c index d2b8e7189907..29ee54d68512 100644 --- a/drivers/mfd/omap-usb-host.c +++ b/drivers/mfd/omap-usb-host.c | |||
@@ -114,7 +114,7 @@ struct usbhs_hcd_omap { | |||
114 | }; | 114 | }; |
115 | /*-------------------------------------------------------------------------*/ | 115 | /*-------------------------------------------------------------------------*/ |
116 | 116 | ||
117 | const char usbhs_driver_name[] = USBHS_DRIVER_NAME; | 117 | static const char usbhs_driver_name[] = USBHS_DRIVER_NAME; |
118 | static u64 usbhs_dmamask = DMA_BIT_MASK(32); | 118 | static u64 usbhs_dmamask = DMA_BIT_MASK(32); |
119 | 119 | ||
120 | /*-------------------------------------------------------------------------*/ | 120 | /*-------------------------------------------------------------------------*/ |