On 8/16/07, Wenhua Zhao <[EMAIL PROTECTED]> wrote: > Hi, > > Is that true that every time I do EXPORT_SYMBOL(my_symbol), I should > check that `my_symbol' is not already defined? > > There are so many drivers in the kernel. How do developers make sure > that their symbols are unique?
check cat /proc/kallsysms | grep my_symbol thanks > > > Regards, > Wenhua > > -- > To unsubscribe from this list: send an email with > "unsubscribe kernelnewbies" to [EMAIL PROTECTED] > Please read the FAQ at http://kernelnewbies.org/FAQ > > -- play the game -- To unsubscribe from this list: send an email with "unsubscribe kernelnewbies" to [EMAIL PROTECTED] Please read the FAQ at http://kernelnewbies.org/FAQ
