OSDN Git Service

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)
commit3ec5693b17314b58977ba3c8d720d1f9cfef39f8
treea450fa84c6619e398321c093acd727c36fb005a0
parent3ac7afdbcf243d6c79c1569d9e29aef0096e4743
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