2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-24 05:04:00 +08:00

staging: octeon-usb: octeon-hcd: make internal variable static

Make an internal variable static.

Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Aaro Koskinen 2013-06-13 01:00:38 +03:00 committed by Greg Kroah-Hartman
parent 2a81d2b01f
commit f5ed3a3870

View File

@ -737,7 +737,7 @@ static struct device_driver octeon_usb_driver = {
#define MAX_USB_PORTS 10
struct platform_device *pdev_glob[MAX_USB_PORTS];
static struct platform_device *pdev_glob[MAX_USB_PORTS];
static int octeon_usb_registered;
static int __init octeon_usb_module_init(void)
{