aboutsummaryrefslogtreecommitdiffstats
path: root/tools/include
diff options
context:
space:
mode:
authorLevin, Alexander (Sasha Levin) <alexander.levin@verizon.com>2017-05-25 12:58:52 +0000
committerIngo Molnar <mingo@kernel.org>2017-06-05 09:28:11 +0200
commit12d83f7361724e5aa4299bb28e4caadc62ae482b (patch)
tree0b9849595647e18dace92e6178aa478ebdc613b1 /tools/include
parenttools/lib/lockdep: Use LDFLAGS (diff)
downloadlinux-dev-12d83f7361724e5aa4299bb28e4caadc62ae482b.tar.xz
linux-dev-12d83f7361724e5aa4299bb28e4caadc62ae482b.zip
tools/include: Add (mostly) empty include/linux/sched/mm.h
Now required by liblockdep. Signed-off-by: Sasha Levin <alexander.levin@verizon.com> [ Added header guard. ] Cc: Linus Torvalds <torvalds@linux-foundation.org> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Thomas Gleixner <tglx@linutronix.de> Cc: a.p.zijlstra@chello.nl Cc: ben@decadent.org.uk Link: http://lkml.kernel.org/r/20170525130005.5947-17-alexander.levin@verizon.com Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'tools/include')
-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 */