summaryrefslogtreecommitdiff
path: root/net/devlink/dpipe.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/devlink/dpipe.c')
-rw-r--r--net/devlink/dpipe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/devlink/dpipe.c b/net/devlink/dpipe.c
index a72a9292efc5..55009b377447 100644
--- a/net/devlink/dpipe.c
+++ b/net/devlink/dpipe.c
@@ -839,7 +839,7 @@ EXPORT_SYMBOL_GPL(devlink_dpipe_table_counter_enabled);
*/
int devl_dpipe_table_register(struct devlink *devlink,
const char *table_name,
- struct devlink_dpipe_table_ops *table_ops,
+ const struct devlink_dpipe_table_ops *table_ops,
void *priv, bool counter_control_extern)
{
struct devlink_dpipe_table *table;