From: Gaosheng Cui Date: Sun, 11 Sep 2022 09:34:42 +0000 (+0800) Subject: soundwire: cadence: remove unused sdw_cdns_master_ops declaration X-Git-Tag: v6.3-rc1~96^2~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5b0eae55191639f70ff0eff74f26f69ffe3573cb;p=thirdparty%2Fkernel%2Flinux.git 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 Link: https://lore.kernel.org/r/20220911093442.3221637-1-cuigaosheng1@huawei.com Signed-off-by: Vinod Koul --- diff --git a/drivers/soundwire/cadence_master.h b/drivers/soundwire/cadence_master.h index e0a64b28c6b9c..fa9dc38264a40 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);