hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/drivers/memstick/core/ms_block.h
....@@ -1,18 +1,14 @@
1
+/* SPDX-License-Identifier: GPL-2.0-only */
12 /*
23 * ms_block.h - Sony MemoryStick (legacy) storage support
34
45 * Copyright (C) 2013 Maxim Levitsky <maximlevitsky@gmail.com>
5
- *
6
- * This program is free software; you can redistribute it and/or modify
7
- * it under the terms of the GNU General Public License version 2 as
8
- * published by the Free Software Foundation.
96 *
107 * Minor portions of the driver are copied from mspro_block.c which is
118 * Copyright (C) 2007 Alex Dubov <oakad@yahoo.com>
129 *
1310 * Also ms structures were copied from old broken driver by same author
1411 * These probably come from MS spec
15
- *
1612 */
1713
1814 #ifndef MS_BLOCK_NEW_H
....@@ -152,6 +148,7 @@
152148 struct gendisk *disk;
153149 struct request_queue *queue;
154150 spinlock_t q_lock;
151
+ struct blk_mq_tag_set tag_set;
155152 struct hd_geometry geometry;
156153 struct attribute_group attr_group;
157154 struct request *req;