From: Jan Beulich Date: Sat, 5 Dec 2009 20:20:50 +0000 (+0000) Subject: genksyms: properly consider EXPORT_UNUSED_SYMBOL{,_GPL}() X-Git-Tag: v2.6.33-rc1~37^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6299fee7b84ac7b4429b4e2787b99470a89cd5f5;p=pandora-kernel.git genksyms: properly consider EXPORT_UNUSED_SYMBOL{,_GPL}() Despite being unused these should also get a CRC calculated. Primarily I view this as a consistency thing. But I also think this is one of the reasons why __crc_* need to be weak (which I think should be avoided, and hence we should have the goal to eliminate this so that failure to calculate a proper CRC for a symbol causes the build to fail). Signed-off-by: Jan Beulich Cc: Anibal Monsalve Salazar Cc: Steven Rostedt Cc: Sam Ravnborg Signed-off-by: Andrew Morton Signed-off-by: Michal Marek --- Reading git-diff-tree failed