Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dma: ipu: Drop unused spinlock

I was checking why this spinlock was never initialized, but it turns
out it's not used anywhere, so we can drop it.

Signed-off-by: Jean Delvare <khali@linux-fr.org>
Cc: Vinod Koul <vinod.koul@intel.com>
Signed-off-by: Dan Williams <djbw@fb.com>

authored by

Jean Delvare and committed by
Vinod Koul
e65f32ca c419fcfd

-1
-1
drivers/dma/ipu/ipu_irq.c
··· 44 44 struct ipu_irq_bank { 45 45 unsigned int control; 46 46 unsigned int status; 47 - spinlock_t lock; 48 47 struct ipu *ipu; 49 48 }; 50 49