aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAndi Kleen <ak@muc.de>2004-08-22 22:44:35 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2004-08-22 22:44:35 -0700
commit0522dff8d782878b7cf6971f2558d85bab4caa2e (patch)
tree4046dd228c99e6855547ea6b0de74d8f37e87acc /include
parentbd51a3d185fd7c28d783d137465be65931dd2291 (diff)
downloadhistory-0522dff8d782878b7cf6971f2558d85bab4caa2e.tar.gz
[PATCH] gcc-3.5 fixes
Trivial gcc-3.5 build fixes. Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include')
-rw-r--r--include/rxrpc/transport.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/rxrpc/transport.h b/include/rxrpc/transport.h
index 6aa88691186c9d..486371459550f2 100644
--- a/include/rxrpc/transport.h
+++ b/include/rxrpc/transport.h
@@ -78,8 +78,6 @@ struct rxrpc_transport
volatile char error_rcvd; /* T if received ICMP error outstanding */
};
-extern struct list_head rxrpc_transports;
-
extern int rxrpc_create_transport(unsigned short port,
struct rxrpc_transport **_trans);