From mboxrd@z Thu Jan 1 00:00:00 1970 From: gaspa@yattaweb.it (Gasparini Andrea) Date: Fri, 17 Jun 2011 12:41:43 +0200 Subject: export and static? Message-ID: To: kernelnewbies@lists.kernelnewbies.org List-Id: kernelnewbies.lists.kernelnewbies.org Hi, is there a reason to have a symbol both static and exported through EXPORT_SYMBOL? If i'm not wrong, this way you can use it from a module, but not using in compiled files. am I right? Thanks, bye! -- - gaspa -