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 <anup.patel@wdc.com>
This commit is contained in:
Anup Patel 2018-12-21 15:32:28 +05:30 committed by Anup Patel
parent ef5f4e149c
commit db6c1fe78b

View file

@ -13,7 +13,6 @@
* limitations under the License.
*/
#include <sbi/riscv_encoding.h>
#include <math.h>
#include "sysctl.h"
#define SYSCTRL_CLOCK_FREQ_IN0 (26000000UL)