commit | 90bf1c8dbdc52d08a18c9c1fb2b847999159e3a2 | [log] [tgz] |
---|---|---|
author | Eran Ben Elisha <eranbe@mellanox.com> | Thu May 07 14:13:33 2020 +0300 |
committer | Saeed Mahameed <saeedm@mellanox.com> | Fri May 15 15:44:25 2020 -0700 |
tree | d3c0da8acdbbad37ecb4deef641c6ce91c4ca028 | |
parent | 49c0355d301b4e0e01e0f19ddbb023bd7d0ee48c [diff] |
net/mlx5: Move internal timer read function to clock library Move mlx5_read_internal_timer() into lib/clock.c file as it is being used there. As such, make this function a static one. In addition, rearrange headers include to support function move. Signed-off-by: Eran Ben Elisha <eranbe@mellanox.com> Reviewed-by: Aya Levin <ayal@mellanox.com> Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>