]> www.infradead.org Git - users/jedix/linux-maple.git/commit
fbcon: Use static attribute groups for sysfs entries
authorShixiong Ou <oushixiong@kylinos.cn>
Fri, 14 Mar 2025 06:09:41 +0000 (14:09 +0800)
committerHelge Deller <deller@gmx.de>
Wed, 26 Mar 2025 21:39:21 +0000 (22:39 +0100)
commit26c36247a44098ccab3d16aa7d5329db87aa7236
tree85625f570443e4e508535db1fd183b60aeb3a39f
parentaee50bd88ea5fde1ff4cc021385598f81a65830c
fbcon: Use static attribute groups for sysfs entries

Using device_create_with_groups() to simplify creation and removal.
Same as commit 1083a7be4504 ("tty: Use static attribute groups for
sysfs entries").

Signed-off-by: Shixiong Ou <oushixiong@kylinos.cn>
Acked-by: Thomas Zimmermann <tzimmermann@suse.de>
Signed-off-by: Helge Deller <deller@gmx.de>
drivers/video/fbdev/core/fbcon.c