summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--drivers/md/bcache/request.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/drivers/md/bcache/request.h b/drivers/md/bcache/request.h
index 38477c763884..5976f060d863 100644
--- a/drivers/md/bcache/request.h
+++ b/drivers/md/bcache/request.h
@@ -4,9 +4,7 @@
#include "stats.h"
struct cache_set;
-struct bio;
-struct closure;
-struct cachedd_dev;
+struct cached_dev;
struct bcache_device;
struct kmem_cache;
@@ -88,6 +86,6 @@ void bch_data_insert(struct closure *cl);
void bch_cached_dev_request_init(struct cached_dev *dc);
void bch_flash_dev_request_init(struct bcache_device *d);
-extern struct kmem_cache *bch_search_cache, *bch_passthrough_cache;
+extern struct kmem_cache *bch_search_cache;
#endif /* _BCACHE_REQUEST_H_ */