[PATCH] symversion warning fix
authorAndrew Morton <akpm@osdl.org>
Tue, 28 Mar 2006 09:56:20 +0000 (01:56 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Tue, 28 Mar 2006 17:16:02 +0000 (09:16 -0800)
commitf83ca9fe3ee390755f18b4a7780c25ce593b484a
tree7517b8739a05218690ff421f78820d46728908f1
parent6d9eac34104654aa129e365b8d48bbb8c957f186
[PATCH] symversion warning fix

gcc-4.2:

kernel/module.c: In function '__find_symbol':
kernel/module.c:158: warning: the address of '__start___kcrctab', will always evaluate as 'true'
kernel/module.c:165: warning: the address of '__start___kcrctab_gpl', will always evaluate as 'true'
kernel/module.c:182: warning: the address of '__start___kcrctab_gpl_future', will always evaluate as 'true'

Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
kernel/module.c