summaryrefslogtreecommitdiffstats
path: root/src/cache_types.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cache_types.h')
-rwxr-xr-xsrc/cache_types.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/cache_types.h b/src/cache_types.h
index 6bba73d..33da39b 100755
--- a/src/cache_types.h
+++ b/src/cache_types.h
@@ -2,8 +2,6 @@
#include "device_conf.h"
-#include <linux/build_bug.h>
-
#define SET_MASK(SETS) (((((uintptr_t) SETS) * CACHELINE_SIZE) - 1) ^ (CACHELINE_SIZE - 1))
#define REMOVE_PAGE_OFFSET(ptr) ((void *) (((uintptr_t) ptr) & PAGE_MASK))