soundwire: cadence: remove unused sdw_cdns_master_ops declaration
authorGaosheng Cui <cuigaosheng1@huawei.com>
Sun, 11 Sep 2022 09:34:42 +0000 (17:34 +0800)
committerVinod Koul <vkoul@kernel.org>
Mon, 9 Jan 2023 16:10:24 +0000 (21:40 +0530)
sdw_cdns_master_ops has been removed since
commit c91605f48938 ("soundwire: Remove cdns_master_ops"),
so remove it.

Signed-off-by: Gaosheng Cui <cuigaosheng1@huawei.com>
Link: https://lore.kernel.org/r/20220911093442.3221637-1-cuigaosheng1@huawei.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/soundwire/cadence_master.h

index e0a64b28c6b9caaf34826eb31f4b7e48a80ea957..fa9dc38264a4083002fe2720c32ff88b03b3ba87 100644 (file)
@@ -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);