sfc: mark some unexported symbols as static
[linux-2.6-microblaze.git] / drivers / net / ethernet / sfc / efx.c
index 456866b..16757cf 100644 (file)
@@ -896,7 +896,7 @@ void efx_schedule_slow_fill(struct efx_rx_queue *rx_queue)
        mod_timer(&rx_queue->slow_fill, jiffies + msecs_to_jiffies(100));
 }
 
-bool efx_default_channel_want_txqs(struct efx_channel *channel)
+static bool efx_default_channel_want_txqs(struct efx_channel *channel)
 {
        return channel->channel - channel->efx->tx_channel_offset <
                channel->efx->n_tx_channels;