diff options
Diffstat (limited to 'drivers/isdn/hisax/isdnl1.h')
| -rw-r--r-- | drivers/isdn/hisax/isdnl1.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/isdn/hisax/isdnl1.h b/drivers/isdn/hisax/isdnl1.h index 425d86116f2b..66ddcab19bba 100644 --- a/drivers/isdn/hisax/isdnl1.h +++ b/drivers/isdn/hisax/isdnl1.h | |||
| @@ -21,7 +21,7 @@ | |||
| 21 | #define B_XMTBUFREADY 1 | 21 | #define B_XMTBUFREADY 1 |
| 22 | #define B_ACKPENDING 2 | 22 | #define B_ACKPENDING 2 |
| 23 | 23 | ||
| 24 | __attribute__((format(printf, 2, 3))) | 24 | __printf(2, 3) |
| 25 | void debugl1(struct IsdnCardState *cs, char *fmt, ...); | 25 | void debugl1(struct IsdnCardState *cs, char *fmt, ...); |
| 26 | void DChannel_proc_xmt(struct IsdnCardState *cs); | 26 | void DChannel_proc_xmt(struct IsdnCardState *cs); |
| 27 | void DChannel_proc_rcv(struct IsdnCardState *cs); | 27 | void DChannel_proc_rcv(struct IsdnCardState *cs); |
