summaryrefslogtreecommitdiffstats
path: root/netrom
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2017-01-27 14:52:45 +0100
committerRalf Baechle <ralf@linux-mips.org>2017-02-06 23:43:46 +0100
commit29b76dcd83a9e1068f4835a8540b2e22314a0abb (patch)
tree3395eadc64c09b0b97e37fe5b9347bb3bed851bb /netrom
parentbb9279493ef43242a5be0b96c79065f874c1ae7a (diff)
Remove support for !defined(__GLIBC__) and __GLIBC__ != 2.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'netrom')
-rw-r--r--netrom/netromd.c4
-rw-r--r--netrom/netromr.c4
2 files changed, 0 insertions, 8 deletions
diff --git a/netrom/netromd.c b/netrom/netromd.c
index 394e75f..13737d8 100644
--- a/netrom/netromd.c
+++ b/netrom/netromd.c
@@ -18,11 +18,7 @@
#include <net/if.h>
-#ifdef __GLIBC__
#include <net/ethernet.h>
-#else
-#include <linux/if_ether.h>
-#endif
#include <netax25/ax25.h>
#include <netrom/netrom.h>
diff --git a/netrom/netromr.c b/netrom/netromr.c
index e55c2a2..bc677a7 100644
--- a/netrom/netromr.c
+++ b/netrom/netromr.c
@@ -14,11 +14,7 @@
#include <netinet/in.h>
#include <net/if.h>
-#ifdef __GLIBC__
#include <net/ethernet.h>
-#else
-#include <linux/if_ether.h>
-#endif
#include <netax25/ax25.h>
#include <netrom/netrom.h>