aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLevin, Alexander (Sasha Levin) <[email protected]>2017-05-25 12:58:52 +0000
committerIngo Molnar <[email protected]>2017-06-05 09:28:11 +0200
commit12d83f7361724e5aa4299bb28e4caadc62ae482b (patch)
tree0b9849595647e18dace92e6178aa478ebdc613b1
parentd8633a32f2a466e8f03f6f06dab237ff4a1e95f2 (diff)
tools/include: Add (mostly) empty include/linux/sched/mm.h
Now required by liblockdep. Signed-off-by: Sasha Levin <[email protected]> [ Added header guard. ] Cc: Linus Torvalds <[email protected]> Cc: Peter Zijlstra <[email protected]> Cc: Thomas Gleixner <[email protected]> Cc: [email protected] Cc: [email protected] Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Ingo Molnar <[email protected]>
-rw-r--r--tools/include/linux/sched/mm.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/include/linux/sched/mm.h b/tools/include/linux/sched/mm.h
new file mode 100644
index 000000000000..c8d9f19c1f35
--- /dev/null
+++ b/tools/include/linux/sched/mm.h
@@ -0,0 +1,4 @@
+#ifndef _TOOLS_PERF_LINUX_SCHED_MM_H
+#define _TOOLS_PERF_LINUX_SCHED_MM_H
+
+#endif /* _TOOLS_PERF_LINUX_SCHED_MM_H */