summaryrefslogtreecommitdiffstats
path: root/net/rose/rose_link.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/rose/rose_link.c')
-rw-r--r--net/rose/rose_link.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/net/rose/rose_link.c b/net/rose/rose_link.c
index d9b5a4a1d..2c793e4e6 100644
--- a/net/rose/rose_link.c
+++ b/net/rose/rose_link.c
@@ -14,8 +14,6 @@
* ROSE 003 Jonathan(G4KLX) New timer architecture.
*/
-#include <linux/config.h>
-#if defined(CONFIG_ROSE) || defined(CONFIG_ROSE_MODULE)
#include <linux/errno.h>
#include <linux/types.h>
#include <linux/socket.h>
@@ -322,5 +320,3 @@ void rose_transmit_link(struct sk_buff *skb, struct rose_neigh *neigh)
}
}
}
-
-#endif