[IPVS]: Remove unused exports.
authorAdrian Bunk <bunk@kernel.org>
Tue, 13 Nov 2007 05:25:24 +0000 (21:25 -0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 13 Nov 2007 05:25:24 +0000 (21:25 -0800)
This patch removes the following unused EXPORT_SYMBOL's:
- ip_vs_try_bind_dest
- ip_vs_find_dest

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/ipvs/ip_vs_conn.c
net/ipv4/ipvs/ip_vs_ctl.c

index b7eeae622d9b5272abde2f0ff814410893231a97..0a9f3c37e18d8caa939f22d40b7b66dc72df3753 100644 (file)
@@ -441,7 +441,6 @@ struct ip_vs_dest *ip_vs_try_bind_dest(struct ip_vs_conn *cp)
        } else
                return NULL;
 }
-EXPORT_SYMBOL(ip_vs_try_bind_dest);
 
 
 /*
index 3c4d22a468ecd68499df51dbfbfa5ad3ad5bccbe..b64cf45a9eadde464169663688b53da624a2a0fd 100644 (file)
@@ -604,7 +604,6 @@ struct ip_vs_dest *ip_vs_find_dest(__be32 daddr, __be16 dport,
        ip_vs_service_put(svc);
        return dest;
 }
-EXPORT_SYMBOL(ip_vs_find_dest);
 
 /*
  *  Lookup dest by {svc,addr,port} in the destination trash.