Hi friends, it might be a simple question: What's the best way to get (to define) a global variable which can be used in multiple files of a kernel module in Linux Kernel 2.6? The variable should not be exported as a symbol. In my special problem I need an array of a struct which is useable in all sourcefiles which form my kernel module. thanks, Carsten -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/