summaryrefslogtreecommitdiff
path: root/include/linux/percpu.h
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@gmail.com>2018-12-19 20:34:24 -0500
committerKent Overstreet <kent.overstreet@gmail.com>2018-12-19 20:34:24 -0500
commit825d180c0758a3f5a4dd8dd5d48d98952bf7a0ae (patch)
tree3c0f2987c0520a3b6b82113ecbccc360948c0e0e /include/linux/percpu.h
parent94cafcb8e5c196afefebdc090ba0594db4cf746f (diff)
Delete more shim layer code
Diffstat (limited to 'include/linux/percpu.h')
-rw-r--r--include/linux/percpu.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/percpu.h b/include/linux/percpu.h
index ad249776..740d8332 100644
--- a/include/linux/percpu.h
+++ b/include/linux/percpu.h
@@ -1,6 +1,8 @@
#ifndef __TOOLS_LINUX_PERCPU_H
#define __TOOLS_LINUX_PERCPU_H
+#include <linux/cpumask.h>
+
#define __percpu
#define free_percpu(percpu) free(percpu)