From: Andy Grover Date: Fri, 23 Apr 2010 18:04:21 +0000 (-0700) Subject: RDS/IB: Remove unused variable in ib_remove_addr() X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=4a81802b5e5e0b059627d7173c917711cf35e668;p=linux-beck.git RDS/IB: Remove unused variable in ib_remove_addr() Signed-off-by: Andy Grover --- diff --git a/net/rds/ib_rdma.c b/net/rds/ib_rdma.c index 7240e583ee58..7315fffd3bc8 100644 --- a/net/rds/ib_rdma.c +++ b/net/rds/ib_rdma.c @@ -116,7 +116,7 @@ static int rds_ib_add_ipaddr(struct rds_ib_device *rds_ibdev, __be32 ipaddr) static void rds_ib_remove_ipaddr(struct rds_ib_device *rds_ibdev, __be32 ipaddr) { - struct rds_ib_ipaddr *i_ipaddr, *next; + struct rds_ib_ipaddr *i_ipaddr; struct rds_ib_ipaddr *to_free = NULL;