]> git.baikalelectronics.ru Git - kernel.git/commit
mlx4_core: Exported functions can't be static
authorDoug Ledford <dledford@redhat.com>
Mon, 20 Feb 2012 17:19:03 +0000 (12:19 -0500)
committerRoland Dreier <roland@purestorage.com>
Thu, 23 Feb 2012 07:00:38 +0000 (23:00 -0800)
commit5a636a26ea489a21ec70ff136eae1d7511e750eb
tree5d7605c14268a16c53bb3dcee543662304d03a17
parentcc381c1506d2adfe03dd664d3d15899d18400db7
mlx4_core: Exported functions can't be static

At least on powerpc, it breaks the build if exported functions are
static.  Fix some static exported functions introduced with the mlx4
SR-IOV support added in 3.3-rc1.

Signed-off-by: Doug Ledford <dledford@redhat.com>
Signed-off-by: Roland Dreier <roland@purestorage.com>
drivers/net/ethernet/mellanox/mlx4/fw.c
drivers/net/ethernet/mellanox/mlx4/mr.c