]> git.neil.brown.name Git - history.git/commitdiff
[PATCH 6/8] gcc-3.5 fixes
authorAndrew Morton <akpm@osdl.org>
Thu, 29 Jul 2004 08:31:58 +0000 (01:31 -0700)
committerDavid S. Miller <davem@nuts.davemloft.net>
Thu, 29 Jul 2004 08:31:58 +0000 (01:31 -0700)
From: Andi Kleen <ak@muc.de>

Trivial gcc-3.5 build fixes.

Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: David S. Miller <davem@redhat.com>
include/net/netrom.h

index 8168780417d7dc938507c6954ee722f8e326aa1b..d968252feddf30c95167ebc38b1629ee4ccd64dc 100644 (file)
@@ -112,9 +112,6 @@ struct nr_node {
  *     nr_node & nr_neigh lists, refcounting and locking
  *********************************************************************/
 
-extern struct hlist_head nr_node_list;
-extern struct hlist_head nr_neigh_list;
-
 #define nr_node_hold(__nr_node) \
        atomic_inc(&((__nr_node)->refcount))