]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/linux/pxp_dma.h
ENGR00291400 PXP: Organize PXP task queue to be FIFO
[karo-tx-linux.git] / include / linux / pxp_dma.h
index 7cb5436a575e4821d6f0e950d837c009e2ba32c9..41c8a39042c32f443c9202b71e7e2401455cc4ca 100644 (file)
@@ -45,7 +45,6 @@ struct pxp_channel {
        void *client;           /* Only one client per channel */
        unsigned int n_tx_desc;
        struct pxp_tx_desc *desc;       /* allocated tx-descriptors */
-       struct list_head active_list;   /* active tx-descriptors */
        struct list_head queue; /* queued tx-descriptors */
        struct list_head list;  /* track queued channel number */
        spinlock_t lock;        /* protects sg[0,1], queue */