Merge branch 'i2c/for-mergewindow' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux-2.6-microblaze.git] / drivers / nvdimm / btt.h
index aa53e0b..0c76c03 100644 (file)
@@ -201,7 +201,6 @@ struct badblocks;
 /**
  * struct btt - handle for a BTT instance
  * @btt_disk:          Pointer to the gendisk for BTT device
- * @btt_queue:         Pointer to the request queue for the BTT device
  * @arena_list:                Head of the list of arenas
  * @debugfs_dir:       Debugfs dentry
  * @nd_btt:            Parent nd_btt struct
@@ -219,7 +218,6 @@ struct badblocks;
  */
 struct btt {
        struct gendisk *btt_disk;
-       struct request_queue *btt_queue;
        struct list_head arena_list;
        struct dentry *debugfs_dir;
        struct nd_btt *nd_btt;