kinst: Make the provider ops table const

No functional change intended.
This commit is contained in:
Mark Johnston 2022-12-08 15:03:41 -05:00
parent ad5d6f38c4
commit 778b74378f

View File

@ -39,7 +39,7 @@ static dtrace_pattr_t kinst_attr = {
{ DTRACE_STABILITY_PRIVATE, DTRACE_STABILITY_PRIVATE, DTRACE_CLASS_ISA },
};
static dtrace_pops_t kinst_pops = {
static const dtrace_pops_t kinst_pops = {
.dtps_provide = NULL,
.dtps_provide_module = kinst_provide_module,
.dtps_enable = kinst_enable,