forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-08 01573e231f18eb2d99162747186f59511f56b64d
kernel/drivers/rkflash/rkflash_blk.h
....@@ -24,12 +24,13 @@
2424 int major;
2525 int minorbits;
2626 int last_dev_index;
27
- struct completion thread_exit;
28
- int quit;
29
- int flash_th_quited;
30
- wait_queue_head_t thread_wq; /* thread wait queue */
3127 struct request_queue *rq;
3228 spinlock_t queue_lock; /* queue lock */
29
+
30
+ /* block-mq */
31
+ struct list_head rq_list;
32
+ struct blk_mq_tag_set *tag_set;
33
+
3334 struct list_head devs;
3435 struct module *owner;
3536 };