Forum Discussion
EBozo
New Contributor
7 years agoThis happened to me and my solution is
Add #include <linux/sched/signal.h> to the aclpci.h file.
The location of the prototype, send_sig_info, changed, which is not in linux/sched.h anymore for the newer kernel, so that it failed to compile.