aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/irda/vlsi_ir.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/irda/vlsi_ir.h')
-rw-r--r--drivers/net/irda/vlsi_ir.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/net/irda/vlsi_ir.h b/drivers/net/irda/vlsi_ir.h
index ca12a6096419..c8b9c74eea52 100644
--- a/drivers/net/irda/vlsi_ir.h
+++ b/drivers/net/irda/vlsi_ir.h
@@ -537,10 +537,10 @@ calc_width_bits(unsigned baudrate, unsigned widthselect, unsigned clockselect)
537 */ 537 */
538 538
539struct ring_descr_hw { 539struct ring_descr_hw {
540 volatile u16 rd_count; /* tx/rx count [11:0] */ 540 volatile __le16 rd_count; /* tx/rx count [11:0] */
541 u16 reserved; 541 __le16 reserved;
542 union { 542 union {
543 u32 addr; /* [23:0] of the buffer's busaddress */ 543 __le32 addr; /* [23:0] of the buffer's busaddress */
544 struct { 544 struct {
545 u8 addr_res[3]; 545 u8 addr_res[3];
546 volatile u8 status; /* descriptor status */ 546 volatile u8 status; /* descriptor status */