Commit 0bb7248b authored by Thomas Molina's avatar Thomas Molina Committed by Linus Torvalds

[PATCH] remove double "lock" in v_midi.h

A second instance of lock had been inadvertently added to v_midi.h
parent 513ec1e8
......@@ -11,6 +11,5 @@ typedef struct vmidi_devc {
int input_opened;
int intr_active;
void (*midi_input_intr) (int dev, unsigned char data);
spinlock_t lock;
} vmidi_devc;
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment