|
@@ -547,7 +547,7 @@ static atomic_t adapter_refcounts[MAX_OCTEON_DEVICES];
|
|
|
|
|
|
|
|
static u32 octeon_device_count;
|
|
static u32 octeon_device_count;
|
|
|
/* locks device array (i.e. octeon_device[]) */
|
|
/* locks device array (i.e. octeon_device[]) */
|
|
|
-spinlock_t octeon_devices_lock;
|
|
|
|
|
|
|
+static spinlock_t octeon_devices_lock;
|
|
|
|
|
|
|
|
static struct octeon_core_setup core_setup[MAX_OCTEON_DEVICES];
|
|
static struct octeon_core_setup core_setup[MAX_OCTEON_DEVICES];
|
|
|
|
|
|