mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-01 20:27:30 +02:00
23 lines
874 B
Diff
23 lines
874 B
Diff
|
--- a/Embedded/src/EDMA/dma_linux.c
|
||
|
+++ b/Embedded/src/EDMA/dma_linux.c
|
||
|
@@ -149,8 +149,7 @@ int32_t edma_suspend (struct pci_dev *de
|
||
|
int32_t edma_resume(struct pci_dev *dev);
|
||
|
int32_t initialize_edma_device(struct edma_device *device);
|
||
|
|
||
|
-static irqreturn_t edma_irq_handler(int32_t irq, void * dev_id,
|
||
|
- struct pt_regs * regs);
|
||
|
+static irqreturn_t edma_irq_handler(int32_t irq, void * dev_id);
|
||
|
|
||
|
/* Prototypes - Misc. */
|
||
|
|
||
|
@@ -429,8 +428,7 @@ int32_t edma_release(struct inode * inod
|
||
|
* Return Values: HANDLED = 1, NOT_HANDLED = 0
|
||
|
*****************************************************************************/
|
||
|
|
||
|
-static irqreturn_t edma_irq_handler(int32_t irq, void * dev_id,
|
||
|
- struct pt_regs * regs)
|
||
|
+static irqreturn_t edma_irq_handler(int32_t irq, void * dev_id)
|
||
|
{
|
||
|
|
||
|
uint32_t clear_bits;
|