hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/drivers/mmc/core/queue.h
....@@ -77,6 +77,7 @@
7777 struct blk_mq_tag_set tag_set;
7878 struct mmc_blk_data *blkdata;
7979 struct request_queue *queue;
80
+ spinlock_t lock;
8081 int in_flight[MMC_ISSUE_MAX];
8182 unsigned int cqe_busy;
8283 #define MMC_CQE_DCMD_BUSY BIT(0)
....@@ -95,8 +96,7 @@
9596 struct work_struct complete_work;
9697 };
9798
98
-extern int mmc_init_queue(struct mmc_queue *, struct mmc_card *, spinlock_t *,
99
- const char *);
99
+extern int mmc_init_queue(struct mmc_queue *, struct mmc_card *);
100100 extern void mmc_cleanup_queue(struct mmc_queue *);
101101 extern void mmc_queue_suspend(struct mmc_queue *);
102102 extern void mmc_queue_resume(struct mmc_queue *);