mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-01 20:02:50 +02:00
23f27ea50b
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20648 3c298f89-4303-0410-b956-a3cf2f4a3e73
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;
|