[PATCH] smc ethernet: fix section mismatch warnings
authorRandy Dunlap <rdunlap@xenotime.net>
Sat, 10 Jun 2006 20:30:10 +0000 (13:30 -0700)
committerJeff Garzik <jeff@garzik.org>
Sun, 11 Jun 2006 16:16:01 +0000 (12:16 -0400)
commita2bd2ec8d1bef7479d26d375162963106757e8e9
treedc68527991d0bdaddec167bbe8ab4119c82faf7e
parent29f9f6d234753da97b74402f746981c63ec0b2f0
[PATCH] smc ethernet: fix section mismatch warnings

Priority: not critical; makes init code discardable.
Removes one duplicate assignment.

Fix section mismatch warnings:
WARNING: drivers/net/smc-ultra.o - Section mismatch: reference to .init.text: from .text between 'init_module' (at offset 0x369) and 'cleanup_card'
WARNING: drivers/net/smc-ultra32.o - Section mismatch: reference to .init.text:ultra32_probe from .text between 'init_module' (at offset 0x254) and 'cleanup_module'
WARNING: drivers/net/smc9194.o - Section mismatch: reference to .init.text:smc_init from .text between 'init_module' (at offset 0x997) and 'cleanup_module'
WARNING: drivers/net/smc9194.o - Section mismatch: reference to .init.data: from .data between 'smcdev.0' (at offset 0x44) and '__param_str_io'

Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/net/smc-ultra.c
drivers/net/smc-ultra32.c
drivers/net/smc9194.c
This page took 0.041639 seconds and 5 git commands to generate.