summaryrefslogtreecommitdiffstats
path: root/net/x25/x25_in.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/x25/x25_in.c')
-rw-r--r--net/x25/x25_in.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/net/x25/x25_in.c b/net/x25/x25_in.c
index bcb5f1cf4..73a567e89 100644
--- a/net/x25/x25_in.c
+++ b/net/x25/x25_in.c
@@ -22,8 +22,6 @@
* i-frames.
*/
-#include <linux/config.h>
-#if defined(CONFIG_X25) || defined(CONFIG_X25_MODULE)
#include <linux/errno.h>
#include <linux/types.h>
#include <linux/socket.h>
@@ -369,5 +367,3 @@ int x25_backlog_rcv(struct sock *sk, struct sk_buff *skb)
return 0;
}
-
-#endif