On Sun, 11 Aug 2024 11:30:20 +0200, Christophe JAILLET wrote:
'struct config_item_type' is not modified in this driver.
These structures are only used with config_group_init_type_name() which takes a "const struct config_item_type *" as a 3rd argument or with struct config_group.cg_item.ci_type which is also a "const struct config_item_type *".
[...]
Applied, thanks!
[1/1] coresight: configfs: Constify struct config_item_type https://git.kernel.org/coresight/c/b5060c17
Best regards,