From: Ursula Braun <ubraun@xxxxxxxxxxxxxxxxxx> Date: Thu, 24 Nov 2016 16:06:31 +0100 > diff --git a/net/ipv4/tcp_timer.c b/net/ipv4/tcp_timer.c > index 3ea1cf8..9b1602a 100644 > --- a/net/ipv4/tcp_timer.c > +++ b/net/ipv4/tcp_timer.c > @@ -617,6 +617,7 @@ void tcp_set_keepalive(struct sock *sk, int val) > else if (!val) > inet_csk_delete_keepalive_timer(sk); > } > +EXPORT_SYMBOL(tcp_set_keepalive); Please use EXPORT_SYMBOL_GPL(). -- To unsubscribe from this list: send the line "unsubscribe linux-s390" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html