SIS1100 Linux Driver 2.16 under AlmaLinux 9.4

Issue:
Possible use of change from mainline kernel 6.4.0 in transition from AlmaLinux 9.2 to 9.4 (5.14.0-284 -> 5.14.9-427)

Error:
> Error: too many arguments for function »class_create«
> 573 | sis1100_global.class = class_create(THIS_MODULE,
> "sis1100");

Workaround:
sis1100_autoconf_linux.c ca. line 570:

sis1100_global.class = class_create(THIS_MODULE, "sis1100");
change to:
sis1100_global.class = class_create("sis1100");

This entry was posted in Uncategorized and tagged , , , . Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.