diff options
Diffstat (limited to 'net/x25/x25_facilities.c')
-rw-r--r-- | net/x25/x25_facilities.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/net/x25/x25_facilities.c b/net/x25/x25_facilities.c index ad41d1cde..adf757e56 100644 --- a/net/x25/x25_facilities.c +++ b/net/x25/x25_facilities.c @@ -18,8 +18,6 @@ * negotiation. */ -#include <linux/config.h> -#if defined(CONFIG_X25) || defined(CONFIG_X25_MODULE) #include <linux/errno.h> #include <linux/types.h> #include <linux/socket.h> @@ -232,7 +230,3 @@ void x25_limit_facilities(struct x25_facilities *facilities, } } } - -#endif - - |