Commit cd953ed0 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Kent Overstreet

bcache: Add missing #include <linux/prefetch.h>

m68k/allmodconfig:

drivers/md/bcache/bset.c: In function ‘bset_search_tree’:
drivers/md/bcache/bset.c:727: error: implicit declaration of function ‘prefetch’

drivers/md/bcache/btree.c: In function ‘bch_btree_node_get’:
drivers/md/bcache/btree.c:933: error: implicit declaration of function ‘prefetch’
Signed-off-by: default avatarGeert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: default avatarKent Overstreet <koverstreet@google.com>
parent c19ed23a
...@@ -10,6 +10,7 @@ ...@@ -10,6 +10,7 @@
#include "debug.h" #include "debug.h"
#include <linux/random.h> #include <linux/random.h>
#include <linux/prefetch.h>
/* Keylists */ /* Keylists */
......
...@@ -28,6 +28,7 @@ ...@@ -28,6 +28,7 @@
#include <linux/slab.h> #include <linux/slab.h>
#include <linux/bitops.h> #include <linux/bitops.h>
#include <linux/hash.h> #include <linux/hash.h>
#include <linux/prefetch.h>
#include <linux/random.h> #include <linux/random.h>
#include <linux/rcupdate.h> #include <linux/rcupdate.h>
#include <trace/events/bcache.h> #include <trace/events/bcache.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment