aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaosheng Cui <[email protected]>2022-09-11 17:34:42 +0800
committerVinod Koul <[email protected]>2023-01-09 21:40:24 +0530
commit5b0eae55191639f70ff0eff74f26f69ffe3573cb (patch)
treeb5715246e44d325ceaae46fb114b9e5dcecd2047
parentffa1726589a7cc4bd96a7f19f43cecdb7342478f (diff)
soundwire: cadence: remove unused sdw_cdns_master_ops declaration
sdw_cdns_master_ops has been removed since commit c91605f48938 ("soundwire: Remove cdns_master_ops"), so remove it. Signed-off-by: Gaosheng Cui <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Vinod Koul <[email protected]>
-rw-r--r--drivers/soundwire/cadence_master.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/soundwire/cadence_master.h b/drivers/soundwire/cadence_master.h
index e0a64b28c6b9..fa9dc38264a4 100644
--- a/drivers/soundwire/cadence_master.h
+++ b/drivers/soundwire/cadence_master.h
@@ -158,7 +158,6 @@ struct sdw_cdns {
/* Exported symbols */
int sdw_cdns_probe(struct sdw_cdns *cdns);
-extern struct sdw_master_ops sdw_cdns_master_ops;
irqreturn_t sdw_cdns_irq(int irq, void *dev_id);
irqreturn_t sdw_cdns_thread(int irq, void *dev_id);