summaryrefslogtreecommitdiffstats
path: root/mm/interval_tree.c
diff options
context:
space:
mode:
authorIngo Molnar <mingo@kernel.org>2019-06-24 13:19:53 -0400
committerIngo Molnar <mingo@kernel.org>2019-06-24 13:19:53 -0400
commitd2abae71ebcc409828b24ce9da402548ecdf1311 (patch)
tree5edfafc2828d3bcebb3698520ccba374cd4328c0 /mm/interval_tree.c
parent66567fcbaecac455caa1b13643155d686b51ce63 (diff)
parent4b972a01a7da614b4796475f933094751a295a2f (diff)
Merge tag 'v5.2-rc6' into sched/core, to refresh the branch
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'mm/interval_tree.c')
-rw-r--r--mm/interval_tree.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/mm/interval_tree.c b/mm/interval_tree.c
index 27ddfd29112a..11c75fb07584 100644
--- a/mm/interval_tree.c
+++ b/mm/interval_tree.c
@@ -1,9 +1,8 @@
1// SPDX-License-Identifier: GPL-2.0-only
1/* 2/*
2 * mm/interval_tree.c - interval tree for mapping->i_mmap 3 * mm/interval_tree.c - interval tree for mapping->i_mmap
3 * 4 *
4 * Copyright (C) 2012, Michel Lespinasse <walken@google.com> 5 * Copyright (C) 2012, Michel Lespinasse <walken@google.com>
5 *
6 * This file is released under the GPL v2.
7 */ 6 */
8 7
9#include <linux/mm.h> 8#include <linux/mm.h>