kinst: Make the provider ops table const
No functional change intended.
This commit is contained in:
parent
ad5d6f38c4
commit
778b74378f
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user