Skip to content

Commit 5b0eae5

Browse files
gscuivinodkoul
authored andcommitted
soundwire: cadence: remove unused sdw_cdns_master_ops declaration
sdw_cdns_master_ops has been removed since commit c91605f ("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]>
1 parent ffa1726 commit 5b0eae5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/soundwire/cadence_master.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,6 @@ struct sdw_cdns {
158158
/* Exported symbols */
159159

160160
int sdw_cdns_probe(struct sdw_cdns *cdns);
161-
extern struct sdw_master_ops sdw_cdns_master_ops;
162161

163162
irqreturn_t sdw_cdns_irq(int irq, void *dev_id);
164163
irqreturn_t sdw_cdns_thread(int irq, void *dev_id);

0 commit comments

Comments
 (0)