summaryrefslogtreecommitdiffstats
path: root/net/lapb/lapb_subr.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/lapb/lapb_subr.c')
-rw-r--r--net/lapb/lapb_subr.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/net/lapb/lapb_subr.c b/net/lapb/lapb_subr.c
index 611eba6f1..aa701ad21 100644
--- a/net/lapb/lapb_subr.c
+++ b/net/lapb/lapb_subr.c
@@ -13,8 +13,6 @@
* LAPB 001 Jonathan Naylor Started Coding
*/
-#include <linux/config.h>
-#if defined(CONFIG_LAPB) || defined(CONFIG_LAPB_MODULE)
#include <linux/errno.h>
#include <linux/types.h>
#include <linux/socket.h>
@@ -281,5 +279,3 @@ void lapb_transmit_frmr(lapb_cb *lapb)
lapb_transmit_buffer(lapb, skb, LAPB_RESPONSE);
}
-
-#endif