Remove unnecessary dahdi_pci_module macro.

All supported kernel variations support the same signature for
registering a PCI module, so we can eliminate the macro.

Signed-off-by: Shaun Ruffell <sruffell@sruffell.net>
This commit is contained in:
Shaun Ruffell
2019-01-11 04:46:35 +00:00
parent cdd6ddd0fd
commit 4af6f69fff
8 changed files with 7 additions and 9 deletions

View File

@@ -58,8 +58,6 @@
#include <linux/poll.h>
#define dahdi_pci_module pci_register_driver
#ifdef CONFIG_PCI
#include <linux/pci-aspm.h>
#endif