summaryrefslogtreecommitdiffstats
path: root/net/rose/rose_subr.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/rose/rose_subr.c')
-rw-r--r--net/rose/rose_subr.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/net/rose/rose_subr.c b/net/rose/rose_subr.c
index dc172ac3b..384347a0e 100644
--- a/net/rose/rose_subr.c
+++ b/net/rose/rose_subr.c
@@ -15,8 +15,6 @@
* ROSE 003 Jonathan(G4KLX) Added use count to neighbours.
*/
-#include <linux/config.h>
-#if defined(CONFIG_ROSE) || defined(CONFIG_ROSE_MODULE)
#include <linux/errno.h>
#include <linux/types.h>
#include <linux/socket.h>
@@ -528,5 +526,3 @@ void rose_disconnect(struct sock *sk, int reason, int cause, int diagnostic)
sk->dead = 1;
}
-
-#endif