http://lxr.linux.no/ident?v=2.6.10;i=EXPORT_NO_SYMBOLS ming On Thu, 2006-03-09 at 01:52 -0800, Rajaram Suryanarayanan wrote: > Hi, > > Is EXPORT_NO_SYMBOLS available in kernel 2.6 ? > I am using it in my module, but still the symbols are being exported > and seen in /proc/kallsyms. > > EXPORT_NO_SYMBOLS; > int i_hello; > > int init_module(void) > { > > printk(KERN_INFO "Hello World \n"); > //printk(KERN_INFO "%d\n",jiffies/(HZ *3600)); > return 0; > > } > > void cleanup_module(void) > { > printk(KERN_INFO "Goodbye World\n"); > } > > Thanks, > Rajaram. > > > > ______________________________________________________________________ > Yahoo! Mail > Bring photos to life! New PhotoMail makes sharing a breeze. -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/