mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-22 12:14:01 +08:00
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>
This commit is contained in:
parent
2b274fe522
commit
7844b989b3
@ -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);
|
||||
|
||||
/*-------------------------------------------------------------------------*/
|
||||
|
Loading…
Reference in New Issue
Block a user