]> www.infradead.org Git - users/jedix/linux-maple.git/commit
fbdev: radeon: Use const 'struct bin_attribute' callbacks
authorThomas Weißschuh <linux@weissschuh.net>
Sun, 15 Dec 2024 14:58:04 +0000 (15:58 +0100)
committerHelge Deller <deller@gmx.de>
Sun, 22 Dec 2024 06:03:42 +0000 (07:03 +0100)
commitdcbcf5244e140944af18225801d71397e882ad9f
treec8fca33d3d95393d07b27e2c5363b0ac06730ff9
parent59aa03ac70cccf8b40f49311d2bccba8ff5f12e6
fbdev: radeon: Use const 'struct bin_attribute' callbacks

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

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