]> www.infradead.org Git - users/jedix/linux-maple.git/commit
fbdev: udlfb: Use const 'struct bin_attribute' callback
authorThomas Weißschuh <linux@weissschuh.net>
Sun, 15 Dec 2024 14:55:17 +0000 (15:55 +0100)
committerHelge Deller <deller@gmx.de>
Sun, 22 Dec 2024 06:03:42 +0000 (07:03 +0100)
commit59aa03ac70cccf8b40f49311d2bccba8ff5f12e6
treea55513a8985a3fd62fff3380543656ffec579821
parent78d4f34e2115b517bcbfe7ec0d018bbbb6f9b0b8
fbdev: udlfb: Use const 'struct bin_attribute' callback

The sysfs core now provides callback variants that explicitly take a
const pointer. Make use of it to match the attribute definition.

Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
Signed-off-by: Helge Deller <deller@gmx.de>
drivers/video/fbdev/udlfb.c