summaryrefslogtreecommitdiff
path: root/drivers/pci/pcie/portdrv.h
diff options
context:
space:
mode:
authorBjorn Helgaas <bhelgaas@google.com>2021-02-24 23:59:18 +0300
committerBjorn Helgaas <bhelgaas@google.com>2021-02-24 23:59:18 +0300
commit215fc27dd8a5f75d9b4cfbf7c07958db7887cdb3 (patch)
treef213ff80aa8312594c7112070d0f50ec23e47cf9 /drivers/pci/pcie/portdrv.h
parent35b7c87c18082c01e0179ba2fde10b6494f0acb5 (diff)
parentb4c7d2076b4e767dd2e075a2b3a9e57753fc67f5 (diff)
downloadlinux-215fc27dd8a5f75d9b4cfbf7c07958db7887cdb3.tar.xz
Merge branch 'pci/link'
- Remove bandwidth notification for now to avoid reporting spam (Bjorn Helgaas) * pci/link: PCI/LINK: Remove bandwidth notification
Diffstat (limited to 'drivers/pci/pcie/portdrv.h')
-rw-r--r--drivers/pci/pcie/portdrv.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/pci/pcie/portdrv.h b/drivers/pci/pcie/portdrv.h
index af7cf237432a..2ff5724b8f13 100644
--- a/drivers/pci/pcie/portdrv.h
+++ b/drivers/pci/pcie/portdrv.h
@@ -53,12 +53,6 @@ int pcie_dpc_init(void);
static inline int pcie_dpc_init(void) { return 0; }
#endif
-#ifdef CONFIG_PCIE_BW
-int pcie_bandwidth_notification_init(void);
-#else
-static inline int pcie_bandwidth_notification_init(void) { return 0; }
-#endif
-
/* Port Type */
#define PCIE_ANY_PORT (~0)