patch-2.3.3 linux/drivers/char/h8.c
Next file: linux/drivers/char/keyboard.c
Previous file: linux/drivers/char/dn_keyb.c
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Sat May 15 15:05:36 1999
- Orig file:
v2.3.2/linux/drivers/char/h8.c
- Orig date:
Mon Aug 24 13:02:44 1998
diff -u --recursive --new-file v2.3.2/linux/drivers/char/h8.c linux/drivers/char/h8.c
@@ -160,7 +160,7 @@
*/
int cpu_speed_divisor = -1;
int h8_event_mask = 0;
-struct wait_queue *h8_monitor_wait = NULL;
+DECLARE_WAIT_QUEUE_HEAD(h8_monitor_wait);
unsigned int h8_command_mask = 0;
int h8_uthermal_threshold = DEFAULT_UTHERMAL_THRESHOLD;
int h8_uthermal_window = UTH_HYSTERESIS;
@@ -170,7 +170,7 @@
u_char h8_current_temp = 0;
u_char h8_system_temp = 0;
int h8_sync_channel = 0;
-struct wait_queue *h8_sync_wait = NULL;
+DECLARE_WAIT_QUEUE_HEAD(h8_sync_wait);
int h8_init_performed;
/* CPU speeds and clock divisor values */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)