summaryrefslogtreecommitdiffstats
path: root/net/rose/rose_in.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/rose/rose_in.c')
-rw-r--r--net/rose/rose_in.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/net/rose/rose_in.c b/net/rose/rose_in.c
index be86c9e16..38fb76c1b 100644
--- a/net/rose/rose_in.c
+++ b/net/rose/rose_in.c
@@ -22,8 +22,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>
@@ -303,5 +301,3 @@ int rose_process_rx_frame(struct sock *sk, struct sk_buff *skb)
return queued;
}
-
-#endif