From 75893ac811a6cfd0bedf279f4fe927506340fc1b Mon Sep 17 00:00:00 2001 From: Stefan Lankes Date: Sat, 4 Mar 2017 00:42:25 +0100 Subject: [PATCH] remove compiler warnings --- arch/x86/include/asm/time.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/x86/include/asm/time.h b/arch/x86/include/asm/time.h index 1064bf72f..f59658cfb 100644 --- a/arch/x86/include/asm/time.h +++ b/arch/x86/include/asm/time.h @@ -34,7 +34,7 @@ #ifndef __ARCH_TIME_H__ #define __ARCH_TIME_H__ -#include +#include #ifdef __cplusplus extern "C" {