Skip to content
  • Andrew Morton's avatar
    [PATCH] symversion warning fix · f83ca9fe
    Andrew Morton authored
    
    
    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: default avatarAndrew Morton <akpm@osdl.org>
    Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
    f83ca9fe