sfc: give ef10 its own rwsem in the filter table instead of filter_lock
[linux-2.6-microblaze.git] / drivers / net / ethernet / sfc / efx.c
index 0be93ab..cb92730 100644 (file)
@@ -1783,7 +1783,6 @@ static int efx_probe_filters(struct efx_nic *efx)
 {
        int rc;
 
-       spin_lock_init(&efx->filter_lock);
        init_rwsem(&efx->filter_sem);
        mutex_lock(&efx->mac_lock);
        down_write(&efx->filter_sem);