tipc: remove redundant timer defined in tipc_sock struct
authorYing Xue <ying.xue@windriver.com>
Tue, 13 Jan 2015 09:07:48 +0000 (17:07 +0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 13 Jan 2015 21:45:55 +0000 (16:45 -0500)
Remove the redundant timer defined in tipc_sock structure, instead we
can directly reuse the sk_timer defined in sock structure.

Signed-off-by: Ying Xue <ying.xue@windriver.com>
Acked-by: Erik Hugne <erik.hugne@ericsson.com>
Reviewed-by: Jon Maloy <jon.maloy@ericsson.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found