mirror of
https://github.com/torvalds/linux.git
synced 2026-09-22 12:44:03 +02:00
USB: serial: keyspan_pda: drop unused driver data usb-serial pointer
The driver data usb-serial pointer is unused since commit 66c32e4833
("USB: serial: keyspan_pda: drop redundant usb-serial pointer"), which
apparently failed to remove the pointer as intended.
Signed-off-by: Johan Hovold <johan@kernel.org>
This commit is contained in:
parent
79c6baf62e
commit
091738d097
|
|
@ -31,7 +31,6 @@
|
|||
struct keyspan_pda_private {
|
||||
int tx_room;
|
||||
struct work_struct unthrottle_work;
|
||||
struct usb_serial *serial;
|
||||
struct usb_serial_port *port;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user