diff options
Diffstat (limited to 'drivers/char/ip2/i2lib.c')
-rw-r--r-- | drivers/char/ip2/i2lib.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/char/ip2/i2lib.c b/drivers/char/ip2/i2lib.c index f86fa0c55d36..e46120d05b68 100644 --- a/drivers/char/ip2/i2lib.c +++ b/drivers/char/ip2/i2lib.c | |||
@@ -80,7 +80,7 @@ static int i2RetryFlushOutput(i2ChanStrPtr); | |||
80 | // Not a documented part of the library routines (careful...) but the Diagnostic | 80 | // Not a documented part of the library routines (careful...) but the Diagnostic |
81 | // i2diag.c finds them useful to help the throughput in certain limited | 81 | // i2diag.c finds them useful to help the throughput in certain limited |
82 | // single-threaded operations. | 82 | // single-threaded operations. |
83 | static inline void iiSendPendingMail(i2eBordStrPtr); | 83 | static void iiSendPendingMail(i2eBordStrPtr); |
84 | static void serviceOutgoingFifo(i2eBordStrPtr); | 84 | static void serviceOutgoingFifo(i2eBordStrPtr); |
85 | 85 | ||
86 | // Functions defined in ip2.c as part of interrupt handling | 86 | // Functions defined in ip2.c as part of interrupt handling |
@@ -166,7 +166,7 @@ static void iiSendPendingMail_t(unsigned long data) | |||
166 | // If any outgoing mail bits are set and there is outgoing mailbox is empty, | 166 | // If any outgoing mail bits are set and there is outgoing mailbox is empty, |
167 | // send the mail and clear the bits. | 167 | // send the mail and clear the bits. |
168 | //****************************************************************************** | 168 | //****************************************************************************** |
169 | static inline void | 169 | static void |
170 | iiSendPendingMail(i2eBordStrPtr pB) | 170 | iiSendPendingMail(i2eBordStrPtr pB) |
171 | { | 171 | { |
172 | if (pB->i2eOutMailWaiting && (!pB->i2eWaitingForEmptyFifo) ) | 172 | if (pB->i2eOutMailWaiting && (!pB->i2eWaitingForEmptyFifo) ) |