]> git.karo-electronics.de Git - karo-tx-linux.git/commit
net/mlx4: defining functions as static
authorYevgeny Petrilin <yevgenyp@mellanox.co.il>
Tue, 6 Mar 2012 04:05:02 +0000 (04:05 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 6 Mar 2012 20:19:18 +0000 (15:19 -0500)
commit66431a7d4570dbafb5e25c85607779ffa9c4a4bc
tree364e0a37b846f7c3ecb35547c314fc6b264ca0f5
parentbe6736ba1fb67b6b8b56c5c912fc269309ca86fc
net/mlx4: defining functions as static

Fixing sparse warnings, the 2 functions are only used in same
file. Defining them as static and not exporting them.

Signed-off-by: Yevgeny Petrilin <yevgenyp@mellanox.co.il>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/mellanox/mlx4/mr.c