From: Changli Gao Date: Tue, 19 Oct 2010 21:51:03 +0000 (+0000) Subject: phonet: remove the unused variable pn X-Git-Tag: MMI-PSA29.97-13-9~21994^2~79 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=c5e90f562047ff9713183cf5e18f5e8997bc7373;p=GitHub%2FMotorolaMobilityLLC%2Fkernel-slsi.git phonet: remove the unused variable pn Signed-off-by: Changli Gao Signed-off-by: David S. Miller --- diff --git a/net/phonet/pep.c b/net/phonet/pep.c index 9c903f9e5079..3e60f2e4e6c2 100644 --- a/net/phonet/pep.c +++ b/net/phonet/pep.c @@ -300,7 +300,6 @@ static int pipe_handler_send_ind(struct sock *sk, u8 utid, u8 msg_id) static int pipe_handler_enable_pipe(struct sock *sk, int enable) { - struct pep_sock *pn = pep_sk(sk); int utid, req; if (enable) {