MFC r273867:

Fix compile warning by removing unused variable.

Sponsored by:	Mellanox Technologies
This commit is contained in:
hselasky 2014-10-31 07:08:32 +00:00
parent b52afefda4
commit d720a46ad0

View File

@ -39,9 +39,6 @@
#include "mlx4.h"
static const u8 zero_gid[16]; /* automatically initialized to 0 */
int mlx4_get_mgm_entry_size(struct mlx4_dev *dev)
{
return 1 << dev->oper_log_mgm_entry_size;