Commit 8c45738d authored by Dave Jones's avatar Dave Jones Committed by Linus Torvalds

[PATCH] oss compile fix (missing spinlock)

parent 00c956b3
......@@ -11,5 +11,6 @@ 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