summaryrefslogtreecommitdiffstats
path: root/yamdrv
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 /yamdrv
parentbb9279493ef43242a5be0b96c79065f874c1ae7a (diff)
Remove support for !defined(__GLIBC__) and __GLIBC__ != 2.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'yamdrv')
-rw-r--r--yamdrv/yamcfg.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/yamdrv/yamcfg.c b/yamdrv/yamcfg.c
index 1e40fd2..b14d6ff 100644
--- a/yamdrv/yamcfg.c
+++ b/yamdrv/yamcfg.c
@@ -47,11 +47,7 @@
#include <sys/types.h>
#include <sys/socket.h>
#include <net/if.h>
-#ifdef __GLIBC__
#include <netinet/if_ether.h>
-#else
-#include <linux/if_ether.h>
-#endif
#include <endian.h>
#include <netinet/in.h>