From: David Howells Date: Fri, 30 Sep 2016 12:42:31 +0000 (+0100) Subject: rxrpc: Remove error from struct rxrpc_skb_priv as it is unused X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=c31410ea009d10501ea90f64cdda0083c8cf0161;p=linux-beck.git rxrpc: Remove error from struct rxrpc_skb_priv as it is unused Remove error from struct rxrpc_skb_priv as it is no longer used. Signed-off-by: David Howells --- diff --git a/net/rxrpc/ar-internal.h b/net/rxrpc/ar-internal.h index fd64a2bd1072..141c1458e719 100644 --- a/net/rxrpc/ar-internal.h +++ b/net/rxrpc/ar-internal.h @@ -145,7 +145,6 @@ struct rxrpc_skb_priv { }; union { int remain; /* amount of space remaining for next write */ - u32 error; /* network error code */ }; struct rxrpc_host_header hdr; /* RxRPC packet header from this packet */