This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Remoteproc errors without Linux configuration CAN parameter

Part Number: EVMK2GX

We don't use CAN on EVMK2GX, so we disable the Linux configuration CAN parameter with PROCESSOR-SDK-LINUX-RT-K2G 06_03_00_106 as follows:
[*] Networking support --->
< > CAN bus subsystem support ----

However, the kernel output remoteproc error as follows:
[ 6.533124] remoteproc: disagrees about version of symbol dev_set_name
[ 6.539648] remoteproc: Unknown symbol dev_set_name (err -22)
[ 6.545589] remoteproc: disagrees about version of symbol device_initialize
[ 6.552587] remoteproc: Unknown symbol device_initialize (err -22)
[ 6.558781] remoteproc: disagrees about version of symbol get_device
[ 6.565150] remoteproc: Unknown symbol get_device (err -22)
[ 6.570739] remoteproc: disagrees about version of symbol put_device
[ 6.577106] remoteproc: Unknown symbol put_device (err -22)
[ 6.582708] remoteproc: disagrees about version of symbol _dev_info
[ 6.588963] remoteproc: Unknown symbol _dev_info (err -22)
[ 6.594505] remoteproc: disagrees about version of symbol _dev_err
[ 6.600673] remoteproc: Unknown symbol _dev_err (err -22)
[ 6.606085] remoteproc: disagrees about version of symbol device_add
[ 6.612430] remoteproc: Unknown symbol device_add (err -22)
[ 6.618047] remoteproc: disagrees about version of symbol device_del
[ 6.624391] remoteproc: Unknown symbol device_del (err -22)
[ 6.629960] remoteproc: disagrees about version of symbol _dev_warn
[ 6.636216] remoteproc: Unknown symbol _dev_warn (err -22)

Would you tell us how to remove this error?