commit | 9a9a232a9295deb3b6b5f4ce4290a7d05ff061fa | [log] [tgz] |
---|---|---|
author | Yevgeny Petrilin <yevgenyp@mellanox.co.il> | Tue Mar 06 04:04:47 2012 +0000 |
committer | David S. Miller <davem@davemloft.net> | Tue Mar 06 15:19:18 2012 -0500 |
tree | 2e63b1c1ecfe665579222829446358f58f980650 | |
parent | 2ab573c586446ebab9d7a3e340bd4ff8fc2c70d4 [diff] |
net/mlx4: fixing sparse warnings for not declared, functions The SET_PORT functions are implemented in port.c, which is part of mlx4_core, these functions are exported. The functions are in use by the mlx4_en module (were originally part of mlx4_en). Their declaration remained in mlx4_en module, moving the declaration to the right location. Signed-off-by: Yevgeny Petrilin <yevgenyp@mellanox.co.il> Signed-off-by: David S. Miller <davem@davemloft.net>