Remove code related to PLATFORM_OS_XP

This commit is contained in:
Carlos Garces
2021-10-14 20:23:16 +02:00
parent 9e36a8086e
commit b8fb1c691d
19 changed files with 10 additions and 653 deletions

View File

@@ -600,10 +600,6 @@ struct xmit_buf {
PURB pxmit_urb[8];
dma_addr_t dma_transfer_addr; /* (in) dma addr for transfer_buffer */
#ifdef PLATFORM_OS_XP
PIRP pxmit_irp[8];
#endif
#ifdef PLATFORM_OS_CE
USB_TRANSFER usb_transfer_write_port;
#endif
@@ -622,11 +618,6 @@ struct xmit_buf {
u32 ff_hwaddr;
u8 pg_num;
u8 agg_num;
#ifdef PLATFORM_OS_XP
PMDL pxmitbuf_mdl;
PIRP pxmitbuf_irp;
PSDBUS_REQUEST_PACKET pxmitbuf_sdrp;
#endif
#endif
#ifdef CONFIG_PCI_HCI