Commit-ID: 12d83f7361724e5aa4299bb28e4caadc62ae482b Gitweb: http://git.kernel.org/tip/12d83f7361724e5aa4299bb28e4caadc62ae482b Author: Levin, Alexander (Sasha Levin) <[email protected]> AuthorDate: Thu, 25 May 2017 12:58:52 +0000 Committer: Ingo Molnar <[email protected]> CommitDate: Mon, 5 Jun 2017 09:28:11 +0200
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]> --- tools/include/linux/sched/mm.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tools/include/linux/sched/mm.h b/tools/include/linux/sched/mm.h new file mode 100644 index 0000000..c8d9f19 --- /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 */

