[PATCH] 2.3.1 dev_table.h wq update

Mike Galbraith (mikeg@weiden.de)
Fri, 14 May 1999 16:51:13 +0200 (CEST)


Hi,

Suspect this change went awol from patch-2.3.1.

-Mike

--- linux-2.3.1/drivers/sound/dev_table.h.org Fri May 14 14:23:07 1999
+++ linux-2.3.1/drivers/sound/dev_table.h Fri May 14 14:24:02 1999
@@ -234,9 +234,9 @@
int parent_dev; /* 0 -> no parent, 1 to n -> parent=parent_dev+1 */

/* fields formerly in dmabuf.c */
- struct wait_queue *in_sleeper;
- struct wait_queue *out_sleeper;
- struct wait_queue *poll_sleeper;
+ wait_queue_head_t in_sleeper;
+ wait_queue_head_t out_sleeper;
+ wait_queue_head_t poll_sleeper;

/* fields formerly in audio.c */
int audio_mode;

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/