From: Aaro Koskinen Date: Wed, 12 Jun 2013 22:00:38 +0000 (+0300) Subject: staging: octeon-usb: octeon-hcd: make internal variable static X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=f5ed3a3870f01853b24b0002c392ef604f2e8585;p=deliverable%2Flinux.git staging: octeon-usb: octeon-hcd: make internal variable static Make an internal variable static. Signed-off-by: Aaro Koskinen Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/octeon-usb/octeon-hcd.c b/drivers/staging/octeon-usb/octeon-hcd.c index 29f628803cf4..da222071d17e 100644 --- a/drivers/staging/octeon-usb/octeon-hcd.c +++ b/drivers/staging/octeon-usb/octeon-hcd.c @@ -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) {