Forum Discussion
MEIYAN_L_Intel
Frequent Contributor
6 years agoHi,
You can safely ignore that warning or delete that line and recompile. That line of code is the remnant of a port from older BSPs. There’s no need to call do_exit() function here. The compile warning occurs because the code is referencing the do_exit variable defined in one of the Linux kernel headers.
Thanks