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

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.com


Signed-off-by: default avatarVinod Koul <vkoul@kernel.org>
parent ffa17265
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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);