]> www.infradead.org Git - users/willy/xarray.git/commit
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)
commitfd70f0443e24c3888bf4b7f198df6d705c9b8ab2
treed8d3c13b52c92efe2020385affa0fd444e28429f
parent61578f67937881abf54c8bd258eb913312dbe4c1
parentb072aa7899189127e26b2daf8c38933c994f97d3
Merge branch 'devlink-const'

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>