1. 24 Aug, 2004 12 commits
    • Andrew Morton's avatar
      [PATCH] sk98lin/skge.c doesn't compile with PROC_FS=n · f27fbfc3
      Andrew Morton authored
      From: Adrian Bunk <bunk@fs.tum.de>
      
      drivers/net/sk98lin/skge.c: In function `skge_remove_one':
      drivers/net/sk98lin/skge.c:5116: warning: implicit declaration of function `remove_proc_entry'
      drivers/net/sk98lin/skge.c:5116: `pSkRootDir' undeclared (first use in this function)
      drivers/net/sk98lin/skge.c:5116: (Each undeclared identifier is reported only once
      drivers/net/sk98lin/skge.c:5116: for each function it appears in.)
      drivers/net/sk98lin/skge.c: In function `skge_init':
      drivers/net/sk98lin/skge.c:5188: `SK_Root_Dir_entry' undeclared (first use in this function)
      Signed-off-by: default avatarAdrian Bunk <bunk@fs.tum.de>
      Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
      f27fbfc3
    • Andrew Morton's avatar
      [PATCH] via-velocity: more inetaddr_notifier fix · a37ddc5f
      Andrew Morton authored
      From: Francois Romieu <romieu@fr.zoreil.com>
      
      There is no guarantee that the event which gets passed is associated to a
      via-velocity device, thus preventing to dereference dev->priv as if it
      always was a struct velocity_info *.  The via-velocity devices are kept in
      a module private list for comparison.
      Signed-off-by: default avatarFrancois Romieu <romieu@fr.zoreil.com>
      Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
      a37ddc5f
    • Andrew Morton's avatar
      [PATCH] ixgb_main.c: fix inline compile errors · e71f9b7a
      Andrew Morton authored
      From: Adrian Bunk <bunk@fs.tum.de>
      
      drivers/net/ixgb/ixgb_main.c: In function `ixgb_up':
      drivers/net/ixgb/ixgb_main.c:86: sorry, unimplemented: inlining failed
      in call to 'ixgb_irq_enable': function body not available
      drivers/net/ixgb/ixgb_main.c:234: sorry, unimplemented: called from here
      Signed-off-by: default avatarAdrian Bunk <bunk@fs.tum.de>
      Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
      e71f9b7a
    • Andrew Morton's avatar
      [PATCH] net/tulip/dmfe.c: gcc-3.5 fixes · b7784572
      Andrew Morton authored
      From: Adrian Bunk <bunk@fs.tum.de>
      
        CC      drivers/net/tulip/dmfe.o
      drivers/net/tulip/dmfe.c: In function `dmfe_rx_packet':
      drivers/net/tulip/dmfe.c:323: sorry, unimplemented: inlining failed in
      call to 'cal_CRC': function body not available
      drivers/net/tulip/dmfe.c:936: sorry, unimplemented: called from here
      make[3]: *** [drivers/net/tulip/dmfe.o] Error 1
      Signed-off-by: default avatarAdrian Bunk <bunk@fs.tum.de>
      Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
      b7784572
    • Andrew Morton's avatar
      [PATCH] net/rrunner.c: gcc-3.5 fixes · c5715f7e
      Andrew Morton authored
      From: Adrian Bunk <bunk@fs.tum.de>
      
        CC      drivers/net/rrunner.o
      drivers/net/rrunner.c: In function `rr_timer':
      drivers/net/rrunner.h:846: sorry, unimplemented: inlining failed in call
      to 'rr_raz_tx': function body not available
      drivers/net/rrunner.c:1155: sorry, unimplemented: called from here
      drivers/net/rrunner.h:847: sorry, unimplemented: inlining failed in call
      to 'rr_raz_rx': function body not available
      drivers/net/rrunner.c:1156: sorry, unimplemented: called from here
      make[2]: *** [drivers/net/rrunner.o] Error 1
      Signed-off-by: default avatarAdrian Bunk <bunk@fs.tum.de>
      Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
      c5715f7e
    • Andrew Morton's avatar
      [PATCH] net/hamachi.c: gcc-3.5 build fixes · 9e6c8402
      Andrew Morton authored
      From: Adrian Bunk <bunk@fs.tum.de>
      
        CC      drivers/net/hamachi.o
      drivers/net/hamachi.c: In function `hamachi_interrupt':
      drivers/net/hamachi.c:562: sorry, unimplemented: inlining failed in call
      to 'hamachi_rx': function body not available
      drivers/net/hamachi.c:1402: sorry, unimplemented: called from here
      make[2]: *** [drivers/net/hamachi.o] Error 1
      Signed-off-by: default avatarAdrian Bunk <bunk@fs.tum.de>
      Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
      9e6c8402
    • Andrew Morton's avatar
      [PATCH] net/smc9194.c: fix gcc-3.5 inline compile errors · 093ed10d
      Andrew Morton authored
      From: Adrian Bunk <bunk@fs.tum.de>
      
        CC      drivers/net/smc9194.o
      drivers/net/smc9194.c: In function `smc_interrupt':
      drivers/net/smc9194.c:278: sorry, unimplemented: inlining failed in call
      to 'smc_rcv': function body not available
      drivers/net/smc9194.c:1254: sorry, unimplemented: called from here
      drivers/net/smc9194.c:283: sorry, unimplemented: inlining failed in call
      to 'smc_tx': function body not available
      drivers/net/smc9194.c:1258: sorry, unimplemented: called from here
      make[2]: *** [drivers/net/smc9194.o] Error 1
      Signed-off-by: default avatarAdrian Bunk <bunk@fs.tum.de>
      Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
      093ed10d
    • Andrew Morton's avatar
      [PATCH] e1000 inlining fix · 7df20265
      Andrew Morton authored
      From: Nick Orlov <bugfixer@list.ru>
      
      e1000 fixes for gcc-3.4.1
      Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
      7df20265
    • Andrew Morton's avatar
      [PATCH] e1000 build fix · 8bee4bb5
      Andrew Morton authored
      drivers/net/e1000/e1000_main.c: In function `e1000_up':
      drivers/net/e1000/e1000_main.c:136: sorry, unimplemented: inlining failed
      in call to 'e1000_irq_enable': function body not available
      drivers/net/e1000/e1000_main.c:274: sorry, unimplemented: called from here
      Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
      8bee4bb5
    • Andrew Morton's avatar
      [PATCH] sk98lin procfs fix · 783fd198
      Andrew Morton authored
      From: Christoph Hellwig <hch@infradead.org>
      
      sk98line tries to register a procfile with the interfacename of the struct
      net_device.  The patch below (ontop of the previous one) makes it work
      unless you change the interface name manually, but as Linux explicitly
      allows that the interface is fundamentally broken and probably should just
      go away.
      Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
      783fd198
    • Andrew Morton's avatar
      [PATCH] R8169_NAPI help text · 53a32383
      Andrew Morton authored
      From: Adrian Bunk <bunk@fs.tum.de>
      Signed-off-by: default avatarAdrian Bunk <bunk@fs.tum.de>
      Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
      53a32383
    • Linus Torvalds's avatar
      Merge bk://linux-sam.bkbits.net/kbuild · e11ad98f
      Linus Torvalds authored
      into ppc970.osdl.org:/home/torvalds/v2.6/linux
      e11ad98f
  2. 25 Aug, 2004 2 commits
  3. 24 Aug, 2004 26 commits