mirror of
https://github.com/torvalds/linux.git
synced 2025-10-30 00:06:59 +02:00
const_structs.checkpatch: add bin_attribute
Now that the sysfs core can handle "const struct bin_attribute", make sure that new usages of the struct already enter the tree as const. Signed-off-by: Thomas Weißschuh <linux@weissschuh.net> Link: https://lore.kernel.org/r/20250530-sysfs-const-bin_attr-final-v3-1-724bfcf05b99@weissschuh.net Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
2a1ea59de8
commit
2841ef8d96
1 changed files with 1 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
|||
acpi_dock_ops
|
||||
address_space_operations
|
||||
backlight_ops
|
||||
bin_attribute
|
||||
block_device_operations
|
||||
bus_type
|
||||
clk_ops
|
||||
|
|
|
|||
Loading…
Reference in a new issue