lantiq: Tune the XWAY subtarget cflags
[openwrt.git] / package / system / ep80579-drivers / patches / 400-edma_fix_irq_request_warning.patch
1 --- a/Embedded/src/EDMA/dma_linux.c
2 +++ b/Embedded/src/EDMA/dma_linux.c
3 @@ -149,8 +149,7 @@ int32_t edma_suspend (struct pci_dev *de
4  int32_t edma_resume(struct pci_dev *dev);
5  int32_t initialize_edma_device(struct edma_device *device);
6  
7 -static irqreturn_t edma_irq_handler(int32_t irq, void * dev_id,
8 -                                    struct pt_regs * regs);
9 +static irqreturn_t edma_irq_handler(int32_t irq, void * dev_id);
10  
11  /* Prototypes - Misc. */
12  
13 @@ -429,8 +428,7 @@ int32_t edma_release(struct inode * inod
14   * Return Values: HANDLED = 1, NOT_HANDLED = 0
15   *****************************************************************************/
16  
17 -static irqreturn_t edma_irq_handler(int32_t irq, void * dev_id,
18 -                                    struct pt_regs * regs)
19 +static irqreturn_t edma_irq_handler(int32_t irq, void * dev_id)
20  {
21  
22      uint32_t clear_bits;