aboutsummaryrefslogtreecommitdiff
path: root/networking/ntpd.c
diff options
context:
space:
mode:
Diffstat (limited to 'networking/ntpd.c')
-rw-r--r--networking/ntpd.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/networking/ntpd.c b/networking/ntpd.c
index 48dc1c379..47410c21e 100644
--- a/networking/ntpd.c
+++ b/networking/ntpd.c
@@ -504,12 +504,14 @@ static ALWAYS_INLINE double MAXD(double a, double b)
return a;
return b;
}
+#if !USING_KERNEL_PLL_LOOP
static ALWAYS_INLINE double MIND(double a, double b)
{
if (a < b)
return a;
return b;
}
+#endif
static NOINLINE double my_SQRT(double X)
{
union {