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)
commit22c8bff6facebd6f1514ee1e37a6ffc892de7815
tree5d7605c14268a16c53bb3dcee543662304d03a17
parentd65b4e98d7ea3038b767b70fe8be959b2913f16d
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