Message ID | 1648614980-25024-2-git-send-email-quic_linyyuan@quicinc.com |
---|---|
State | Superseded |
Headers | show |
Series | usb: gadget: configfs: new trace events | expand |
diff --git a/drivers/usb/gadget/configfs.c b/drivers/usb/gadget/configfs.c index 1fb837d..b2beeda 100644 --- a/drivers/usb/gadget/configfs.c +++ b/drivers/usb/gadget/configfs.c @@ -1642,7 +1642,7 @@ static struct configfs_group_operations gadgets_ops = { .drop_item = &gadgets_drop, }; -static const struct config_item_type gadgets_type = { +const struct config_item_type gadgets_type = { .ct_group_ops = &gadgets_ops, .ct_owner = THIS_MODULE, };
Prepare for new trace event function which will use gadgets_type variable. Signed-off-by: Linyu Yuan <quic_linyyuan@quicinc.com> --- v3: first add this change drivers/usb/gadget/configfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)