diff options
Diffstat (limited to 'drivers/char/rio/rup.h')
-rw-r--r-- | drivers/char/rio/rup.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/char/rio/rup.h b/drivers/char/rio/rup.h index 40c617436bd1..4ae90cb207a9 100644 --- a/drivers/char/rio/rup.h +++ b/drivers/char/rio/rup.h | |||
@@ -53,8 +53,8 @@ | |||
53 | #define RUP_NO_OWNER 0xff /* RUP not owned by any process */ | 53 | #define RUP_NO_OWNER 0xff /* RUP not owned by any process */ |
54 | 54 | ||
55 | struct RUP { | 55 | struct RUP { |
56 | PKT_ptr txpkt; /* Outgoing packet */ | 56 | u16 txpkt; /* Outgoing packet */ |
57 | PKT_ptr rxpkt; /* Incoming packet */ | 57 | u16 rxpkt; /* Incoming packet */ |
58 | u16 link; /* Which link to send down? */ | 58 | u16 link; /* Which link to send down? */ |
59 | u8 rup_dest_unit[2]; /* Destination unit */ | 59 | u8 rup_dest_unit[2]; /* Destination unit */ |
60 | u16 handshake; /* For handshaking */ | 60 | u16 handshake; /* For handshaking */ |