diff options
Diffstat (limited to 'net/x25/x25_out.c')
-rw-r--r-- | net/x25/x25_out.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/net/x25/x25_out.c b/net/x25/x25_out.c index b3ce30477..2521078a6 100644 --- a/net/x25/x25_out.c +++ b/net/x25/x25_out.c @@ -21,8 +21,6 @@ * needed cleaned seq-number fields. */ -#include <linux/config.h> -#if defined(CONFIG_X25) || defined(CONFIG_X25_MODULE) #include <linux/errno.h> #include <linux/types.h> #include <linux/socket.h> @@ -229,5 +227,3 @@ void x25_enquiry_response(struct sock *sk) x25_stop_timer(sk); } - -#endif |