diff options
Diffstat (limited to 'drivers/net/wimax/i2400m/rx.c')
-rw-r--r-- | drivers/net/wimax/i2400m/rx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wimax/i2400m/rx.c b/drivers/net/wimax/i2400m/rx.c index 8cc9e319f435..c4876d029201 100644 --- a/drivers/net/wimax/i2400m/rx.c +++ b/drivers/net/wimax/i2400m/rx.c | |||
@@ -922,7 +922,7 @@ void i2400m_roq_queue_update_ws(struct i2400m *i2400m, struct i2400m_roq *roq, | |||
922 | * rx_roq_refcount becomes zero. This routine gets executed when | 922 | * rx_roq_refcount becomes zero. This routine gets executed when |
923 | * rx_roq_refcount becomes zero. | 923 | * rx_roq_refcount becomes zero. |
924 | */ | 924 | */ |
925 | void i2400m_rx_roq_destroy(struct kref *ref) | 925 | static void i2400m_rx_roq_destroy(struct kref *ref) |
926 | { | 926 | { |
927 | unsigned itr; | 927 | unsigned itr; |
928 | struct i2400m *i2400m | 928 | struct i2400m *i2400m |