aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2008-07-22 19:24:26 -0500
committerRusty Russell <rusty@rustcorp.com.au>2008-07-22 19:24:27 +1000
commitf7f5b67557eac1131ba6532522e3c50eced34238 (patch)
tree8547b900f4bc40f69673c78b261ac5b44423fbfb /crypto
parentmodule: reorder struct module to save space on 64 bit builds (diff)
downloadlinux-dev-f7f5b67557eac1131ba6532522e3c50eced34238.tar.xz
linux-dev-f7f5b67557eac1131ba6532522e3c50eced34238.zip
Shrink struct module: CONFIG_UNUSED_SYMBOLS ifdefs
module.c and module.h conatains code for finding exported symbols which are declared with EXPORT_UNUSED_SYMBOL, and this code is compiled in even if CONFIG_UNUSED_SYMBOLS is not set and thus there can be no EXPORT_UNUSED_SYMBOLs in modules anyway (because EXPORT_UNUSED_SYMBOL(x) are compiled out to nothing then). This patch adds required #ifdefs. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Diffstat (limited to 'crypto')
0 files changed, 0 insertions, 0 deletions