diff options
Diffstat (limited to 'drivers/isdn/hisax/hisax_if.h')
-rw-r--r-- | drivers/isdn/hisax/hisax_if.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/isdn/hisax/hisax_if.h b/drivers/isdn/hisax/hisax_if.h index 4898fce2d509..aa7c94037b2b 100644 --- a/drivers/isdn/hisax/hisax_if.h +++ b/drivers/isdn/hisax/hisax_if.h | |||
@@ -56,7 +56,7 @@ struct hisax_d_if { | |||
56 | struct IsdnCardState *cs; | 56 | struct IsdnCardState *cs; |
57 | struct hisax_b_if *b_if[2]; | 57 | struct hisax_b_if *b_if[2]; |
58 | struct sk_buff_head erq; | 58 | struct sk_buff_head erq; |
59 | long ph_state; | 59 | unsigned long ph_state; |
60 | }; | 60 | }; |
61 | 61 | ||
62 | int hisax_register(struct hisax_d_if *hisax_if, struct hisax_b_if *b_if[], | 62 | int hisax_register(struct hisax_d_if *hisax_if, struct hisax_b_if *b_if[], |