summaryrefslogtreecommitdiff
path: root/net/devlink/devl_internal.h
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2023-01-30 08:37:46 +0000
committerDavid S. Miller <davem@davemloft.net>2023-01-30 08:37:46 +0000
commit90e8ca0abb05ada6c1e2710eaa21688dafca26f2 (patch)
treeb28cedef2ff2c2836ebd79b7b2a67f92f854bb6e /net/devlink/devl_internal.h
parent166a1a5a12b056a389b8dc529033cafaa290ca7c (diff)
parentfb8421a94c5613fee86e192bab0892ecb1d56e4c (diff)
Merge branch 'devlink-next'
Jakub Kicinski says: ==================== devlink: fix reload notifications and remove features First two patches adjust notifications during devlink reload. The last patch removes no longer needed devlink features. ==================== Signed-off-by: David S. Miller <davem@davemloft.net> Reviewed-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'net/devlink/devl_internal.h')
-rw-r--r--net/devlink/devl_internal.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/devlink/devl_internal.h b/net/devlink/devl_internal.h
index d0d889038138..ba161de4120e 100644
--- a/net/devlink/devl_internal.h
+++ b/net/devlink/devl_internal.h
@@ -38,7 +38,6 @@ struct devlink {
struct list_head trap_policer_list;
struct list_head linecard_list;
const struct devlink_ops *ops;
- u64 features;
struct xarray snapshot_ids;
struct devlink_dev_stats stats;
struct device *dev;