diff options
author | stephen hemminger <shemminger@vyatta.com> | 2010-10-18 01:27:31 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-10-21 06:09:43 -0400 |
commit | d215697fe14a0c5a96765c6279b4751e632587a5 (patch) | |
tree | 2fd4639adc97e907853d08bfb4b6c3ee2a495694 /drivers/net/sfc/nic.c | |
parent | d0280232813a6a5e2bfca6e9257b866352115c09 (diff) |
sfc: make functions static
Make local functions and variable static. Do some rearrangement
of the string table stuff to put it where it gets used.
Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
Acked-by: Ben Hutchings <bhutchings@solarflare.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/sfc/nic.c')
-rw-r--r-- | drivers/net/sfc/nic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/sfc/nic.c b/drivers/net/sfc/nic.c index 394dd929fee7..41c36b9a4244 100644 --- a/drivers/net/sfc/nic.c +++ b/drivers/net/sfc/nic.c | |||
@@ -653,7 +653,7 @@ void efx_nic_eventq_read_ack(struct efx_channel *channel) | |||
653 | } | 653 | } |
654 | 654 | ||
655 | /* Use HW to insert a SW defined event */ | 655 | /* Use HW to insert a SW defined event */ |
656 | void efx_generate_event(struct efx_channel *channel, efx_qword_t *event) | 656 | static void efx_generate_event(struct efx_channel *channel, efx_qword_t *event) |
657 | { | 657 | { |
658 | efx_oword_t drv_ev_reg; | 658 | efx_oword_t drv_ev_reg; |
659 | 659 | ||