[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1413897975-6066-1-git-send-email-sebastien.barre@uclouvain.be>
Date: Tue, 21 Oct 2014 15:26:15 +0200
From: Sébastien Barré
<sebastien.barre@...ouvain.be>
To: "David S. Miller" <davem@...emloft.net>
CC: Sébastien Barré
<sebastien.barre@...ouvain.be>,
Vlad Yasevich <vyasevich@...il.com>,
Neil Horman <nhorman@...driver.com>,
<linux-sctp@...r.kernel.org>, <netdev@...r.kernel.org>
Subject: [PATCH net-next] Removed unused function sctp_addr_is_valid()
sctp_addr_is_valid() only appeared in its definition.
Acked-by: Neil Horman <nhorman@...driver.com>
Signed-off-by: Sébastien Barré <sebastien.barre@...ouvain.be>
---
Note: originally sent on linux-sctp (11/10/2014, 16:29).
Sorry, I should probably have sent immediately to you and netdev as well.
Neil Horman had acked the patch, so I included
the ack here.
include/net/sctp/structs.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/include/net/sctp/structs.h b/include/net/sctp/structs.h
index 4ff3f67..806e3b5 100644
--- a/include/net/sctp/structs.h
+++ b/include/net/sctp/structs.h
@@ -1116,7 +1116,6 @@ int sctp_raw_to_bind_addrs(struct sctp_bind_addr *bp, __u8 *raw, int len,
sctp_scope_t sctp_scope(const union sctp_addr *);
int sctp_in_scope(struct net *net, const union sctp_addr *addr, const sctp_scope_t scope);
int sctp_is_any(struct sock *sk, const union sctp_addr *addr);
-int sctp_addr_is_valid(const union sctp_addr *addr);
int sctp_is_ep_boundall(struct sock *sk);
--
tg: (61ed53d..) net-next/removed-unused-sctp-function (depends on: net-next/master)
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists