Re: [PATCH] liquidio: make the spinlock octeon_devices_lock static

2017-05-18 Thread David Miller
From: Colin King Date: Thu, 18 May 2017 10:14:01 +0100 > From: Colin Ian King > > 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

[PATCH] liquidio: make the spinlock octeon_devices_lock static

2017-05-18 Thread Colin King
From: Colin Ian King 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 ---