Commit 5b0eae55 authored by Gaosheng Cui's avatar Gaosheng Cui Committed by Vinod Koul

soundwire: cadence: remove unused sdw_cdns_master_ops declaration

sdw_cdns_master_ops has been removed since
commit c91605f4 ("soundwire: Remove cdns_master_ops"),
so remove it.
Signed-off-by: default avatarGaosheng Cui <cuigaosheng1@huawei.com>
Link: https://lore.kernel.org/r/20220911093442.3221637-1-cuigaosheng1@huawei.comSigned-off-by: default avatarVinod Koul <vkoul@kernel.org>
parent ffa17265
...@@ -158,7 +158,6 @@ struct sdw_cdns { ...@@ -158,7 +158,6 @@ struct sdw_cdns {
/* Exported symbols */ /* Exported symbols */
int sdw_cdns_probe(struct sdw_cdns *cdns); 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_irq(int irq, void *dev_id);
irqreturn_t sdw_cdns_thread(int irq, void *dev_id); irqreturn_t sdw_cdns_thread(int irq, void *dev_id);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment