Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e65f32ca authored by Jean Delvare's avatar Jean Delvare Committed by Vinod Koul
Browse files

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: default avatarJean Delvare <khali@linux-fr.org>
Cc: Vinod Koul <vinod.koul@intel.com>
Signed-off-by: default avatarDan Williams <djbw@fb.com>
parent c419fcfd
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -44,7 +44,6 @@ static void ipu_write_reg(struct ipu *ipu, u32 value, unsigned long reg)
struct ipu_irq_bank {
	unsigned int	control;
	unsigned int	status;
	spinlock_t	lock;
	struct ipu	*ipu;
};