summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/linux/pxp_dma.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/linux/pxp_dma.h b/include/linux/pxp_dma.h
index 613d89f143f9..0961753726aa 100644
--- a/include/linux/pxp_dma.h
+++ b/include/linux/pxp_dma.h
@@ -55,13 +55,6 @@ struct pxp_channel {
char eof_name[16]; /* EOF IRQ name for request_irq() */
};
-struct pxp_irq_info {
- wait_queue_head_t waitq;
- int irq_pending;
- int hist_status;
- spinlock_t lock;
-};
-
#define to_tx_desc(tx) container_of(tx, struct pxp_tx_desc, txd)
#define to_pxp_channel(d) container_of(d, struct pxp_channel, dma_chan)