From d70cb35e44c2880f17351393db3785855b064bd6 Mon Sep 17 00:00:00 2001 From: Antony Pavlov Date: Thu, 22 Oct 2015 08:45:26 +0300 Subject: clock.h: include under guard macro Signed-off-by: Antony Pavlov Signed-off-by: Sascha Hauer --- include/clock.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/clock.h b/include/clock.h index 7f0f1eccc4..d65e404e86 100644 --- a/include/clock.h +++ b/include/clock.h @@ -1,8 +1,7 @@ -#include - #ifndef CLOCK_H #define CLOCK_H +#include #include #define CLOCKSOURCE_MASK(bits) (uint64_t)((bits) < 64 ? ((1ULL<<(bits))-1) : -1) -- cgit v1.2.3