commit | 092ead48290b43afe5d548797c73b179dbaf6523 | [log] [tgz] |
---|---|---|
author | Saeed Mahameed <saeedm@mellanox.com> | Thu Mar 21 15:51:31 2019 -0700 |
committer | Saeed Mahameed <saeedm@mellanox.com> | Fri Mar 22 12:09:30 2019 -0700 |
tree | bbbfab30b0e4aef7c5236d9a41e2a66608512c4d | |
parent | eb5cc431f17bc7a656c9290743d1809ac43c1c47 [diff] |
net/mlx5: Fix compilation warning in eq.c mlx5_eq_table_get_rmap is being used only when CONFIG_RFS_ACCEL is enabled, this patch fixes the below warning when CONFIG_RFS_ACCEL is disabled. drivers/.../mlx5/core/eq.c:903:18: [-Werror=missing-prototypes] error: no previous prototype for ‘mlx5_eq_table_get_rmap’ Fixes: f2f3df550139 ("net/mlx5: EQ, Privatize eq_table and friends") Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>