diff options
Diffstat (limited to 'net/rose/rose_out.c')
-rw-r--r-- | net/rose/rose_out.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/net/rose/rose_out.c b/net/rose/rose_out.c index aea1d9f68..8f9855df7 100644 --- a/net/rose/rose_out.c +++ b/net/rose/rose_out.c @@ -15,8 +15,6 @@ * Removed M bit processing. */ -#include <linux/config.h> -#if defined(CONFIG_ROSE) || defined(CONFIG_ROSE_MODULE) #include <linux/errno.h> #include <linux/types.h> #include <linux/socket.h> @@ -130,5 +128,3 @@ void rose_enquiry_response(struct sock *sk) rose_stop_timer(sk); } - -#endif |