summaryrefslogtreecommitdiffstats
path: root/sys/libkern/arm/ldivmod_helper.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/libkern/arm/ldivmod_helper.c')
-rw-r--r--sys/libkern/arm/ldivmod_helper.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/libkern/arm/ldivmod_helper.c b/sys/libkern/arm/ldivmod_helper.c
index 9061ae4..f3c02b2 100644
--- a/sys/libkern/arm/ldivmod_helper.c
+++ b/sys/libkern/arm/ldivmod_helper.c
@@ -28,7 +28,6 @@
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
-#ifdef __ARM_EABI__
#include <libkern/quad.h>
/*
@@ -48,6 +47,3 @@ __kern_ldivmod(long long n, long long m, long long *rem)
return q;
}
-
-#endif
-
OpenPOWER on IntegriCloud