[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20190602150418.31723-1-benniciemanuel78@gmail.com>
Date: Sun, 2 Jun 2019 17:04:12 +0200
From: Emanuel Bennici <benniciemanuel78@...il.com>
To: linux-kernel@...r.kernel.org
Cc: Bjorn Helgaas <bhelgaas@...gle.com>, Joe Perches <joe@...ches.com>
Subject: [PATCH 1/2] pci: shpchp: Remove unused callback get_mode1_ECC_cap
This callback is never invoked/ used in this driver.
Removing this callback does not affect the driver.
Signed-off-by: Emanuel Bennici <benniciemanuel78@...il.com>
---
drivers/pci/hotplug/shpchp_hpc.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/pci/hotplug/shpchp_hpc.c b/drivers/pci/hotplug/shpchp_hpc.c
index db047284c291..59f75e567c63 100644
--- a/drivers/pci/hotplug/shpchp_hpc.c
+++ b/drivers/pci/hotplug/shpchp_hpc.c
@@ -905,7 +905,6 @@ static const struct hpc_ops shpchp_hpc_ops = {
.get_adapter_status = hpc_get_adapter_status,
.get_adapter_speed = hpc_get_adapter_speed,
- .get_mode1_ECC_cap = hpc_get_mode1_ECC_cap,
.get_prog_int = hpc_get_prog_int,
.query_power_fault = hpc_query_power_fault,
--
2.19.1
Powered by blists - more mailing lists