diff options
author | Paul Mundt <lethal@linux-sh.org> | 2009-04-21 10:12:16 +0200 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-04-21 10:12:16 +0200 |
commit | 4db25d496c09fdf094d52d11a90ae51f9ee473c6 (patch) | |
tree | 77ab8003db1d6ccbcf3a9acafad26002fba37b63 /drivers/net/igbvf/vf.c | |
parent | sh: sh7723: Don't default enable the RTC clock. (diff) | |
parent | sh: Fix mmap2 for handling differing PAGE_SIZEs. (diff) | |
download | linux-4db25d496c09fdf094d52d11a90ae51f9ee473c6.tar.xz linux-4db25d496c09fdf094d52d11a90ae51f9ee473c6.zip |
Merge branch 'sh/stable-updates' into sh/for-2.6.30
Diffstat (limited to 'drivers/net/igbvf/vf.c')
-rw-r--r-- | drivers/net/igbvf/vf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/igbvf/vf.c b/drivers/net/igbvf/vf.c index aa246c93279d..2a4faf9ade69 100644 --- a/drivers/net/igbvf/vf.c +++ b/drivers/net/igbvf/vf.c @@ -44,7 +44,7 @@ static s32 e1000_set_vfta_vf(struct e1000_hw *, u16, bool); * e1000_init_mac_params_vf - Inits MAC params * @hw: pointer to the HW structure **/ -s32 e1000_init_mac_params_vf(struct e1000_hw *hw) +static s32 e1000_init_mac_params_vf(struct e1000_hw *hw) { struct e1000_mac_info *mac = &hw->mac; |