Merge branch 'devlink-const'
authorDavid S. Miller <davem@davemloft.net>
Wed, 5 Jun 2024 09:24:58 +0000 (10:24 +0100)
committerDavid S. Miller <davem@davemloft.net>
Wed, 5 Jun 2024 09:24:58 +0000 (10:24 +0100)
Christophe JAILLET says:

====================
devlink: Constify struct devlink_dpipe_table_ops

Patch 1 updates devl_dpipe_table_register() and struct
devlink_dpipe_table to accept "const struct devlink_dpipe_table_ops".

Then patch 2 updates the only user of this function.

This is compile tested only.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>

Trivial merge