Remove unnecessary DAHDI_IRQ_HANDLER macro.

All supported kernels now use the same signature for the IRQ handler.

Signed-off-by: Shaun Ruffell <sruffell@sruffell.net>
This commit is contained in:
Shaun Ruffell
2019-01-11 04:43:26 +00:00
parent 02d30ab799
commit cdd6ddd0fd
5 changed files with 5 additions and 7 deletions

View File

@@ -60,8 +60,6 @@
#define dahdi_pci_module pci_register_driver
#define DAHDI_IRQ_HANDLER(a) static irqreturn_t a(int irq, void *dev_id)
#ifdef CONFIG_PCI
#include <linux/pci-aspm.h>
#endif