Open beholders-eye opened 3 months ago
Distribution (run cat /etc/os-release): Exherbo
cat /etc/os-release
Related Application and/or Package Version (run apt policy $PACKAGE NAME): gcc-13.3.0
apt policy $PACKAGE NAME
Issue/Bug Description: Not building in Linux-6.11.x
Steps to reproduce (if you know): make
Expected behavior: To build the module properly.
Other Notes:
/usr/src/system76-dkms/system76.c:283:19: error: initialization of 'void (*)(struct platform_device *)' from incompatible pointer type 'int (*)(struct platform_device *)' [-Werror=incompatible-pointer-types] 283 | .remove = s76_remove, | ^~~~~~~~~~ /usr/src/system76-dkms/system76.c:283:19: note: (near initialization for 's76_platform_driver.<anonymous>.remove')
Ref:
Distribution (run
cat /etc/os-release
): ExherboRelated Application and/or Package Version (run
apt policy $PACKAGE NAME
): gcc-13.3.0Issue/Bug Description: Not building in Linux-6.11.x
Steps to reproduce (if you know): make
Expected behavior: To build the module properly.
Other Notes: