Fix compile warning by removing unused variable.

MFC:		3 days
Sponsored by:	Mellanox Technologies
This commit is contained in:
Hans Petter Selasky 2014-10-30 16:57:56 +00:00
parent 2468425780
commit 4f8c17ab35
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=273867

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;