Skip to content

Commit

Permalink
dma: ipu: Drop unused spinlock
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jean Delvare authored and Vinod Koul committed Jan 8, 2013
1 parent c419fcf commit e65f32c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/dma/ipu/ipu_irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};

Expand Down

0 comments on commit e65f32c

Please sign in to comment.