diff options
Diffstat (limited to 'mm/prio_tree.c')
-rw-r--r-- | mm/prio_tree.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mm/prio_tree.c b/mm/prio_tree.c index 603ae98d9694..799dcfd7cd8c 100644 --- a/mm/prio_tree.c +++ b/mm/prio_tree.c | |||
@@ -13,6 +13,7 @@ | |||
13 | 13 | ||
14 | #include <linux/mm.h> | 14 | #include <linux/mm.h> |
15 | #include <linux/prio_tree.h> | 15 | #include <linux/prio_tree.h> |
16 | #include <linux/prefetch.h> | ||
16 | 17 | ||
17 | /* | 18 | /* |
18 | * See lib/prio_tree.c for details on the general radix priority search tree | 19 | * See lib/prio_tree.c for details on the general radix priority search tree |