dmaengine: PL08x: remove redundant spinlock
[profile/ivi/kernel-adaptation-intel-automotive.git] / drivers / dma / amba-pl08x.c
index f3ab004..9c5bae6 100644 (file)
@@ -146,7 +146,6 @@ struct pl08x_driver_data {
        int pool_ctr;
        u8 lli_buses;
        u8 mem_buses;
-       spinlock_t lock;
 };
 
 /*
@@ -1897,8 +1896,6 @@ static int pl08x_probe(struct amba_device *adev, const struct amba_id *id)
                goto out_no_lli_pool;
        }
 
-       spin_lock_init(&pl08x->lock);
-
        pl08x->base = ioremap(adev->res.start, resource_size(&adev->res));
        if (!pl08x->base) {
                ret = -ENOMEM;