Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2298a7aa authored by Bjorn Helgaas's avatar Bjorn Helgaas
Browse files

PCI/AER: Remove unused version macros



Remove the unused DRIVER_VERSION, DRIVER_AUTHOR, and DRIVER_DESC macros.
The author information is already included in a comment above.

Signed-off-by: default avatarBjorn Helgaas <bhelgaas@google.com>
parent a902d81a
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -30,13 +30,6 @@
#include "aerdrv.h"
#include "../../pci.h"

/*
 * Version Information
 */
#define DRIVER_VERSION "v1.0"
#define DRIVER_AUTHOR "tom.l.nguyen@intel.com"
#define DRIVER_DESC "Root Port Advanced Error Reporting Driver"

static int aer_probe(struct pcie_device *dev);
static void aer_remove(struct pcie_device *dev);
static pci_ers_result_t aer_error_detected(struct pci_dev *dev,