lkml.org 
[lkml]   [1999]   [May]   [20]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subjectpatch to get drivers/char/cyclades.c to compile with 2.3.2

I applied the following patch to my drivers/char/cyclades.c in
2.3.2 to get it to compile -- works for me after this fix


--- drivers/char/cyclades.c.2.3.3 Tue May 18 08:49:21 1999
+++ drivers/char/cyclades.c Tue May 18 08:50:56 1999
@@ -5279,9 +5279,9 @@
cy_callout_driver.init_termios;
info->normal_termios =
cy_serial_driver.init_termios;
- init_waitqueue(&info->open_wait);
- init_waitqueue(&info->close_wait);
- init_waitqueue(&info->shutdown_wait);
+ init_waitqueue_head(&info->open_wait);
+ init_waitqueue_head(&info->close_wait);
+ init_waitqueue_head(&info->shutdown_wait);
/* info->session */
/* info->pgrp */
info->read_status_mask =

-
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/

\
 
 \ /
  Last update: 2005-03-22 13:51    [W:0.023 / U:0.140 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site