commit | 4454e8661ffcb707ce1c405b6e112255629562da | [log] [tgz] |
---|---|---|
author | Colin Ian King <colin.king@canonical.com> | Thu May 18 10:14:01 2017 +0100 |
committer | David S. Miller <davem@davemloft.net> | Thu May 18 11:24:32 2017 -0400 |
tree | eceb2ef9b19f7849dc3cc5efbe44d9c128e96232 | |
parent | 10b3203eb3590b1cd467821a2e001fd43d8284fd [diff] |
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>