LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   autoloading dependent modules (https://www.linuxquestions.org/questions/programming-9/autoloading-dependent-modules-230717/)

saajii 09-14-2004 09:17 PM

autoloading dependent modules
 
hi guys;

i was writing a kernel modules which uses crc_le function by including <linux/crc32.h>.however the module i programmed requires me to load crc32 module (modprobe crc32) manually before loading my module ,otherwise i get unresolved symbol:crc32_le :(

my question is how do i make crc32 autoload when i load my module and hence not requiring me to load the crc32 module manually.

infamous41md 09-15-2004 12:04 AM

http://www.xml.com/ldd/chapter/book/ch11.html#t1


All times are GMT -5. The time now is 09:34 PM.