summaryrefslogtreecommitdiff
path: root/net/phonet
diff options
context:
space:
mode:
authorChangli Gao <xiaosuo@gmail.com>2010-10-19 21:51:03 +0000
committerDavid S. Miller <davem@davemloft.net>2010-10-20 01:55:54 -0700
commitc5e90f562047ff9713183cf5e18f5e8997bc7373 (patch)
tree1bc24ea5e3ce01970ce28840f29c1393c9020b1e /net/phonet
parentf13d493d9cf772d510d78ae00bb9f4d680b3170b (diff)
phonet: remove the unused variable pn
Signed-off-by: Changli Gao <xiaosuo@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/phonet')
-rw-r--r--net/phonet/pep.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/phonet/pep.c b/net/phonet/pep.c
index 9c903f9e507..3e60f2e4e6c 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) {