hc
2024-02-19 1c055e55a242a33e574e48be530e06770a210dcd
kernel/include/linux/rtsx_usb.h
....@@ -1,18 +1,7 @@
1
+/* SPDX-License-Identifier: GPL-2.0-only */
12 /* Driver for Realtek RTS5139 USB card reader
23 *
34 * Copyright(c) 2009-2013 Realtek Semiconductor Corp. All rights reserved.
4
- *
5
- * This program is free software; you can redistribute it and/or modify it
6
- * under the terms of the GNU General Public License version 2
7
- * as published by the Free Software Foundation.
8
- *
9
- * This program is distributed in the hope that it will be useful, but
10
- * WITHOUT ANY WARRANTY; without even the implied warranty of
11
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12
- * General Public License for more details.
13
- *
14
- * You should have received a copy of the GNU General Public License along
15
- * with this program; if not, see <http://www.gnu.org/licenses/>.
165 *
176 * Author:
187 * Roger Tseng <rogerable@realtek.com>
....@@ -65,8 +54,6 @@
6554 struct usb_device *pusb_dev;
6655 struct usb_interface *pusb_intf;
6756 struct usb_sg_request current_sg;
68
- unsigned char *iobuf;
69
- dma_addr_t iobuf_dma;
7057
7158 struct timer_list sg_timer;
7259 struct mutex dev_mutex;