[TIPC]: Make function tipc_nameseq_subscribe static.
make needlessly global function tipc_nameseq_subscribe static. Signed-off-by: Florian Westphal <fw@strlen.de> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
4a4b6271a8
commit
248bbf3821
@ -501,7 +501,7 @@ end_node:
|
|||||||
* sequence overlapping with the requested sequence
|
* sequence overlapping with the requested sequence
|
||||||
*/
|
*/
|
||||||
|
|
||||||
void tipc_nameseq_subscribe(struct name_seq *nseq, struct subscription *s)
|
static void tipc_nameseq_subscribe(struct name_seq *nseq, struct subscription *s)
|
||||||
{
|
{
|
||||||
struct sub_seq *sseq = nseq->sseqs;
|
struct sub_seq *sseq = nseq->sseqs;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user