diff options
Diffstat (limited to 'net/sctp/protocol.c')
-rw-r--r-- | net/sctp/protocol.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/sctp/protocol.c b/net/sctp/protocol.c index 3a3db56729ce..225f39b5d595 100644 --- a/net/sctp/protocol.c +++ b/net/sctp/protocol.c | |||
@@ -601,8 +601,8 @@ static void sctp_v4_seq_dump_addr(struct seq_file *seq, union sctp_addr *addr) | |||
601 | } | 601 | } |
602 | 602 | ||
603 | /* Event handler for inet address addition/deletion events. */ | 603 | /* Event handler for inet address addition/deletion events. */ |
604 | int sctp_inetaddr_event(struct notifier_block *this, unsigned long ev, | 604 | static int sctp_inetaddr_event(struct notifier_block *this, unsigned long ev, |
605 | void *ptr) | 605 | void *ptr) |
606 | { | 606 | { |
607 | struct in_ifaddr *ifa = (struct in_ifaddr *)ptr; | 607 | struct in_ifaddr *ifa = (struct in_ifaddr *)ptr; |
608 | struct sctp_sockaddr_entry *addr; | 608 | struct sctp_sockaddr_entry *addr; |