aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/rio/link.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/char/rio/link.h')
-rw-r--r--drivers/char/rio/link.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/char/rio/link.h b/drivers/char/rio/link.h
index 6a64b5a5b3d0..87a87b1ec01d 100644
--- a/drivers/char/rio/link.h
+++ b/drivers/char/rio/link.h
@@ -68,8 +68,8 @@ struct LPB {
68 u16 mon_ltt; 68 u16 mon_ltt;
69 u16 mon_lrt; 69 u16 mon_lrt;
70 u16 WaitNoBoot; /* Secs to hold off booting */ 70 u16 WaitNoBoot; /* Secs to hold off booting */
71 PKT_ptr add_packet_list; /* Add packets to here */ 71 u16 add_packet_list; /* Add packets to here */
72 PKT_ptr remove_packet_list; /* Send packets from here */ 72 u16 remove_packet_list; /* Send packets from here */
73 73
74 Channel_ptr lrt_fail_chan; /* Lrt's failure channel */ 74 Channel_ptr lrt_fail_chan; /* Lrt's failure channel */
75 Channel_ptr ltt_fail_chan; /* Ltt's failure channel */ 75 Channel_ptr ltt_fail_chan; /* Ltt's failure channel */