Commit d01a8359 authored by Jiri Slaby's avatar Jiri Slaby Committed by Greg Kroah-Hartman
Browse files

tty: nozomi, remove struct buffer

parent df11abeb
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -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 */