.. | .. |
---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-only */ |
---|
1 | 2 | /* |
---|
2 | 3 | * ms_block.h - Sony MemoryStick (legacy) storage support |
---|
3 | 4 | |
---|
4 | 5 | * 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. |
---|
9 | 6 | * |
---|
10 | 7 | * Minor portions of the driver are copied from mspro_block.c which is |
---|
11 | 8 | * Copyright (C) 2007 Alex Dubov <oakad@yahoo.com> |
---|
12 | 9 | * |
---|
13 | 10 | * Also ms structures were copied from old broken driver by same author |
---|
14 | 11 | * These probably come from MS spec |
---|
15 | | - * |
---|
16 | 12 | */ |
---|
17 | 13 | |
---|
18 | 14 | #ifndef MS_BLOCK_NEW_H |
---|
.. | .. |
---|
152 | 148 | struct gendisk *disk; |
---|
153 | 149 | struct request_queue *queue; |
---|
154 | 150 | spinlock_t q_lock; |
---|
| 151 | + struct blk_mq_tag_set tag_set; |
---|
155 | 152 | struct hd_geometry geometry; |
---|
156 | 153 | struct attribute_group attr_group; |
---|
157 | 154 | struct request *req; |
---|