forked from Mirrors/opensbi
		
	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:
		@@ -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)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user