diff --git a/net/x25/Kconfig b/net/x25/Kconfig index e2fa133f9fba225656fa62f4e9fb61e745a4d46a..59fcb41fc5e6f4cc3eff162a0af0f8b9dbbd4b19 100644 --- a/net/x25/Kconfig +++ b/net/x25/Kconfig @@ -31,5 +31,3 @@ config X25 To compile this driver as a module, choose M here: the module will be called x25. If unsure, say N. - - diff --git a/net/x25/x25_subr.c b/net/x25/x25_subr.c index 9c214ec681ac88cb48a5eac7bc43a5edef4d0a2a..743103786652d71824a7f43d64799826f361d8c6 100644 --- a/net/x25/x25_subr.c +++ b/net/x25/x25_subr.c @@ -381,4 +381,3 @@ void x25_check_rbuf(struct sock *sk) x25_stop_timer(sk); } } -