mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-17 01:04:19 +08:00
devlink: Remove unused extern declaration devlink_port_region_destroy()
devlink_port_region_destroy() is never implemented since
commit 544e7c33ec
("net: devlink: Add support for port regions").
Signed-off-by: Yue Haibing <yuehaibing@huawei.com>
Reviewed-by: Simon Horman <horms@kernel.org>
Link: https://lore.kernel.org/r/20230728132113.32888-1-yuehaibing@huawei.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
parent
8936bf53a0
commit
2628d40899
@ -1790,8 +1790,6 @@ devlink_port_region_create(struct devlink_port *port,
|
||||
u32 region_max_snapshots, u64 region_size);
|
||||
void devl_region_destroy(struct devlink_region *region);
|
||||
void devlink_region_destroy(struct devlink_region *region);
|
||||
void devlink_port_region_destroy(struct devlink_region *region);
|
||||
|
||||
int devlink_region_snapshot_id_get(struct devlink *devlink, u32 *id);
|
||||
void devlink_region_snapshot_id_put(struct devlink *devlink, u32 id);
|
||||
int devlink_region_snapshot_create(struct devlink_region *region,
|
||||
|
Loading…
Reference in New Issue
Block a user