Commit 7d6b0e2a authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] esp build fix

We forgot to add the spinlock to the device structure.
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 05177e12
......@@ -77,6 +77,7 @@ struct hayes_esp_config {
struct esp_struct {
int magic;
spinlock_t lock;
int port;
int irq;
int flags; /* defined in tty.h */
......
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