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 @@ | |||
10 | #include "debug.h" | 10 | #include "debug.h" |
11 | 11 | ||
12 | #include <linux/random.h> | 12 | #include <linux/random.h> |
13 | #include <linux/prefetch.h> | ||
13 | 14 | ||
14 | /* Keylists */ | 15 | /* Keylists */ |
15 | 16 | ||
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 @@ | |||
28 | #include <linux/slab.h> | 28 | #include <linux/slab.h> |
29 | #include <linux/bitops.h> | 29 | #include <linux/bitops.h> |
30 | #include <linux/hash.h> | 30 | #include <linux/hash.h> |
31 | #include <linux/prefetch.h> | ||
31 | #include <linux/random.h> | 32 | #include <linux/random.h> |
32 | #include <linux/rcupdate.h> | 33 | #include <linux/rcupdate.h> |
33 | #include <trace/events/bcache.h> | 34 | #include <trace/events/bcache.h> |