mirror of https://gitee.com/openkylin/linux.git
tty: nozomi, remove struct buffer
It is unused. Signed-off-by: Jiri Slaby <jslaby@suse.cz> Link: https://lore.kernel.org/r/20210302062214.29627-22-jslaby@suse.cz Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
df11abeb2e
commit
d01a83590b
|
@ -359,12 +359,6 @@ struct nozomi {
|
|||
u32 open_ttys;
|
||||
};
|
||||
|
||||
/* This is a data packet that is read or written to/from card */
|
||||
struct buffer {
|
||||
u32 size; /* size is the length of the data buffer */
|
||||
u8 *data;
|
||||
} __attribute__ ((packed));
|
||||
|
||||
/* Global variables */
|
||||
static const struct pci_device_id nozomi_pci_tbl[] = {
|
||||
{PCI_DEVICE(0x1931, 0x000c)}, /* Nozomi HSDPA */
|
||||
|
|
Loading…
Reference in New Issue