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 @@ #define RUP_NO_OWNER 0xff /* RUP not owned by any process */ struct RUP { - PKT_ptr txpkt; /* Outgoing packet */ - PKT_ptr rxpkt; /* Incoming packet */ + u16 txpkt; /* Outgoing packet */ + u16 rxpkt; /* Incoming packet */ u16 link; /* Which link to send down? */ u8 rup_dest_unit[2]; /* Destination unit */ u16 handshake; /* For handshaking */ |