Skip to content
  • Randy Dunlap's avatar
    [PATCH] wan/sdla section fixes · 96ebb928
    Randy Dunlap authored
    
    
    netdev->set_config can be called at any time, so these references
    to __initdata would be a real problem.
    However, problem has not been observed AFAIK.
    
    Fix section mismatch warnings:
    WARNING: drivers/net/wan/sdla.o - Section mismatch: reference to .init.data: from .text between 'sdla_set_config' (at offset 0x1b8e) and 'sdla_stats'
    WARNING: drivers/net/wan/sdla.o - Section mismatch: reference to .init.data: from .text between 'sdla_set_config' (at offset 0x1e76) and 'sdla_stats'
    
    Signed-off-by: default avatarRandy Dunlap <rdunlap@xenotime.net>
    Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
    Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
    96ebb928