From: Andi Kleen Trivial gcc-3.5 build fixes. Signed-off-by: Andrew Morton --- 25-akpm/include/rxrpc/transport.h | 2 -- 1 files changed, 2 deletions(-) diff -puN include/rxrpc/transport.h~gcc35-transport.h include/rxrpc/transport.h --- 25/include/rxrpc/transport.h~gcc35-transport.h 2004-07-10 17:52:26.397429704 -0700 +++ 25-akpm/include/rxrpc/transport.h 2004-07-10 17:52:26.400429248 -0700 @@ -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); _