]> git.baikalelectronics.ru Git - kernel.git/commit
net/mlx5: Remove redundant EQ API exports
authorSaeed Mahameed <saeedm@mellanox.com>
Thu, 1 Feb 2018 13:42:06 +0000 (05:42 -0800)
committerSaeed Mahameed <saeedm@mellanox.com>
Thu, 15 Feb 2018 08:30:02 +0000 (00:30 -0800)
commit240b08aa2287bc4704525f1f32af578ebb3a724a
treea450fa84c6619e398321c093acd727c36fb005a0
parenta3dac4a98d040c45cb43ff011c4ea34ab95cb610
net/mlx5: Remove redundant EQ API exports

EQ structure and API is private to mlx5_core driver only, external
drivers should not have access or the means to manipulate EQ objects.

Remove redundant exports and move API functions out of the linux/mlx5
include directory into the driver's mlx5_core.h private include file.

Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>
Reviewed-by: Gal Pressman <galp@mellanox.com>
drivers/net/ethernet/mellanox/mlx5/core/eq.c
drivers/net/ethernet/mellanox/mlx5/core/mlx5_core.h
include/linux/mlx5/driver.h