[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1587387114-38475-1-git-send-email-ani@anisinha.ca>
Date: Mon, 20 Apr 2020 18:21:41 +0530
From: Ani Sinha <ani@...sinha.ca>
To: linux-kernel@...r.kernel.org
Cc: ani@...rban.org, Ani Sinha <ani@...sinha.ca>,
Bjorn Helgaas <bhelgaas@...gle.com>,
Andy Shevchenko <andy.shevchenko@...il.com>,
Keith Busch <keith.busch@...el.com>,
Frederick Lawler <fred@...dlawl.com>,
Denis Efremov <efremov@...ux.com>,
Mika Westerberg <mika.westerberg@...ux.intel.com>,
Lukas Wunner <lukas@...ner.de>, linux-pci@...r.kernel.org
Subject: [PATCH] PCI: pciehp: remove unused EMI() macro
EMI() macro seems to be unused. So removing it. Thanks
Mika Westerberg <mika.westerberg@...ux.intel.com> for
pointing it out.
Signed-off-by: Ani Sinha <ani@...sinha.ca>
---
drivers/pci/hotplug/pciehp.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/pci/hotplug/pciehp.h b/drivers/pci/hotplug/pciehp.h
index 5747967..4fd200d 100644
--- a/drivers/pci/hotplug/pciehp.h
+++ b/drivers/pci/hotplug/pciehp.h
@@ -148,7 +148,6 @@ struct controller {
#define MRL_SENS(ctrl) ((ctrl)->slot_cap & PCI_EXP_SLTCAP_MRLSP)
#define ATTN_LED(ctrl) ((ctrl)->slot_cap & PCI_EXP_SLTCAP_AIP)
#define PWR_LED(ctrl) ((ctrl)->slot_cap & PCI_EXP_SLTCAP_PIP)
-#define EMI(ctrl) ((ctrl)->slot_cap & PCI_EXP_SLTCAP_EIP)
#define NO_CMD_CMPL(ctrl) ((ctrl)->slot_cap & PCI_EXP_SLTCAP_NCCS)
#define PSN(ctrl) (((ctrl)->slot_cap & PCI_EXP_SLTCAP_PSN) >> 19)
--
2.7.4
Powered by blists - more mailing lists