1. 12 6月, 2006 5 次提交
    • H
      [PATCH] net: au1000_eth: PHY framework conversion · 0638dec0
      Herbert Valerio Riedel 提交于
      convert au1000_eth driver to use PHY framework and garbage collected
      functions and identifiers that became unused/obsolete in the process
      Signed-off-by: NHerbert Valerio Riedel <hvr@gnu.org>
      Signed-off-by: NJeff Garzik <jeff@garzik.org>
      0638dec0
    • R
      [PATCH] 3c5zz ethernet: fix section warnings · 96e672c7
      Randy Dunlap 提交于
      Priority: not critical; makes init code discardable.
      
      Fix section mismatch warnings:
      WARNING: drivers/net/3c501.o - Section mismatch: reference to .init.text:el1_probe from .text between 'init_module' (at offset 0x812) and 'cleanup_module'
      WARNING: drivers/net/3c503.o - Section mismatch: reference to .init.text: from .text between 'init_module' (at offset 0x661) and 'cleanup_card'
      WARNING: drivers/net/3c505.o - Section mismatch: reference to .init.text: from .text between 'init_module' (at offset 0x228d) and 'cleanup_module'
      WARNING: drivers/net/3c507.o - Section mismatch: reference to .init.text:el16_probe from .text between 'init_module' (at offset 0xa99) and 'cleanup_module'
      WARNING: drivers/net/3c523.o - Section mismatch: reference to .init.text: from .text between 'init_module' (at offset 0x12e7) and 'cleanup_module'
      WARNING: drivers/net/3c527.o - Section mismatch: reference to .init.text:mc32_probe from .text between 'init_module' (at offset 0xd8d) and 'cleanup_module'
      Signed-off-by: NRandy Dunlap <rdunlap@xenotime.net>
      Signed-off-by: NJeff Garzik <jeff@garzik.org>
      96e672c7
    • R
      [PATCH] smc ethernet: fix section mismatch warnings · a2bd2ec8
      Randy Dunlap 提交于
      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: NRandy Dunlap <rdunlap@xenotime.net>
      Signed-off-by: NJeff Garzik <jeff@garzik.org>
      a2bd2ec8
    • R
      [PATCH] hp ethernet: fix section mismatches · 29f9f6d2
      Randy Dunlap 提交于
      Priority: not critical; makes init code discardable.
      
      Fix section mismatch warnings:
      WARNING: drivers/net/hp-plus.o - Section mismatch: reference to .init.text: from .text between 'init_module' (at offset 0x387) and 'cleanup_card'
      WARNING: drivers/net/hp.o - Section mismatch: reference to .init.data: from .text between 'hp_init_card' (at offset 0x310) and 'init_module'
      WARNING: drivers/net/hp.o - Section mismatch: reference to .init.text: from .text between 'init_module' (at offset 0x367) and 'cleanup_card'
      Signed-off-by: NRandy Dunlap <rdunlap@xenotime.net>
      Signed-off-by: NJeff Garzik <jeff@garzik.org>
      29f9f6d2
    • R
      [PATCH] Section mismatch in drivers/net/ne.o during modpost · 5d1f16c6
      Randy.Dunlap 提交于
      On Sat, 10 Jun 2006 14:11:42 +0200 (MEST) Mikael Pettersson wrote:
      
      > While compiling 2.6.17-rc6 for a 486 with an NE2000 ISA ethernet card, I got:
      >
      > WARNING: drivers/net/ne.o - Section mismatch: reference to .init.data:isapnp_clone_list from .text between 'init_module' (at offset 0x158) and 'ne_block_input'
      > WARNING: drivers/net/ne.o - Section mismatch: reference to .init.data:isapnp_clone_list from .text between 'init_module' (at offset 0x176) and 'ne_block_input'
      > WARNING: drivers/net/ne.o - Section mismatch: reference to .init.data:isapnp_clone_list from .text between 'init_module' (at offset 0x183) and 'ne_block_input'
      > WARNING: drivers/net/ne.o - Section mismatch: reference to .init.data:isapnp_clone_list from .text between 'init_module' (at offset 0x1ea) and 'ne_block_input'
      > WARNING: drivers/net/ne.o - Section mismatch: reference to .init.data:isapnp_clone_list from .text between 'init_module' (at offset 0x251) and 'ne_block_input'
      > WARNING: drivers/net/ne.o - Section mismatch: reference to .init.text: from .text between 'init_module' (at offset 0x266) and 'ne_block_input'
      > WARNING: drivers/net/ne.o - Section mismatch: reference to .init.text: from .text between 'init_module' (at offset 0x29b) and 'ne_block_input'
      >
      > Not sure how serious this is; the driver seems to work fine later on.
      
      Doesn't look serious.  init_module() is not __init, but it calls
      some __init functions and touches some __initdata.
      
      BTW, I would be happy to see some consistent results from modpost
      section checking.  I don't see all of these warnings (I see only 1)
      when using gcc 3.3.6.  What gcc version are you using?
      Does that matter?  (not directed at anyone in particular)
      
      Patch below fixes it for me.  Please test/report.
      Signed-off-by: NJeff Garzik <jeff@garzik.org>
      5d1f16c6
  2. 11 6月, 2006 14 次提交
  3. 09 6月, 2006 18 次提交
  4. 06 6月, 2006 3 次提交