liquidio: make the spinlock octeon_devices_lock static
commit4454e8661ffcb707ce1c405b6e112255629562da
authorColin Ian King <colin.king@canonical.com>
Thu, 18 May 2017 09:14:01 +0000 (18 10:14 +0100)
committerDavid S. Miller <davem@davemloft.net>
Thu, 18 May 2017 15:24:32 +0000 (18 11:24 -0400)
treeeceb2ef9b19f7849dc3cc5efbe44d9c128e96232
parent10b3203eb3590b1cd467821a2e001fd43d8284fd
liquidio: make the spinlock octeon_devices_lock static

octeon_devices_lock can be made static as it does not need to be
in global scope.

Cleans up sparse warning: "warning: symbol 'octeon_devices_lock'
was not declared. Should it be static?"

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/cavium/liquidio/octeon_device.c