From db6c1fe78bebc103670becba39e1c34bcdc48185 Mon Sep 17 00:00:00 2001 From: Anup Patel Date: Fri, 21 Dec 2018 15:32:28 +0530 Subject: [PATCH] platform: kendryte/k210: Don't include math.h The math.h is not required anymore and it also gives compile error for certain toolchains hence thsi patch removes math.h include from kendryte/k210/sysctl.c. Signed-off-by: Anup Patel --- platform/kendryte/k210/sysctl.c | 1 - 1 file changed, 1 deletion(-) diff --git a/platform/kendryte/k210/sysctl.c b/platform/kendryte/k210/sysctl.c index 8039f6e..90aa0e2 100644 --- a/platform/kendryte/k210/sysctl.c +++ b/platform/kendryte/k210/sysctl.c @@ -13,7 +13,6 @@ * limitations under the License. */ #include -#include #include "sysctl.h" #define SYSCTRL_CLOCK_FREQ_IN0 (26000000UL)