]> www.infradead.org Git - users/willy/pagecache.git/commit
module: sysfs: Drop 'struct module_sect_attr'
authorThomas Weißschuh <linux@weissschuh.net>
Fri, 27 Dec 2024 13:23:22 +0000 (14:23 +0100)
committerPetr Pavlu <petr.pavlu@suse.com>
Sun, 26 Jan 2025 12:05:24 +0000 (13:05 +0100)
commit34f5ec0f8252e2ba83fa5da05d56b6fdb0ebef59
treeee5cc4de4ba06f04a10717508619b2a5a3b4911b
parent4b2c11e4aaf7e3d7fd9ce8e5995a32ff5e27d74f
module: sysfs: Drop 'struct module_sect_attr'

This is now an otherwise empty wrapper around a 'struct bin_attribute',
not providing any functionality. Remove it.

Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
Reviewed-by: Petr Pavlu <petr.pavlu@suse.com>
Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Link: https://lore.kernel.org/r/20241227-sysfs-const-bin_attr-module-v2-3-e267275f0f37@weissschuh.net
Signed-off-by: Petr Pavlu <petr.pavlu@suse.com>
kernel/module/sysfs.c