diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/md/bcache/bset.c | 1 | ||||
-rw-r--r-- | drivers/md/bcache/btree.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/drivers/md/bcache/bset.c b/drivers/md/bcache/bset.c index 0b33aac1f146..d4f2164ca551 100644 --- a/drivers/md/bcache/bset.c +++ b/drivers/md/bcache/bset.c @@ -10,6 +10,7 @@ #include "debug.h" #include <linux/random.h> +#include <linux/prefetch.h> /* Keylists */ diff --git a/drivers/md/bcache/btree.c b/drivers/md/bcache/btree.c index 767b3fbc2fbe..852340793777 100644 --- a/drivers/md/bcache/btree.c +++ b/drivers/md/bcache/btree.c @@ -28,6 +28,7 @@ #include <linux/slab.h> #include <linux/bitops.h> #include <linux/hash.h> +#include <linux/prefetch.h> #include <linux/random.h> #include <linux/rcupdate.h> #include <trace/events/bcache.h> |