Help ?
 
I compiled spi_ft232h module under GPL license with kernel 6.12.16
 
Kernel exports this function with EXPORT_SYMBOL_GPL(spi_new_device);
 
on modprobe spi_ft232h  fails:
 
spi_ft232h: Unknown symbol spi_new_device (err -2)
root@localhost:~# cat /proc/kallsyms | grep spi_new_device
0000000000000000 T spi_new_device
 
I compiled this module into kernel source and loaded on device
 
I see it successfully created new SPI device .
 
What the  F ?
 
Help appeciated,
_______________________________________________
Linux-il mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to