Skip to content

Commit

Permalink
soundwire: cadence: remove unused sdw_cdns_master_ops declaration
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
gscui authored and vinodkoul committed Jan 9, 2023
1 parent ffa1726 commit 5b0eae5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/soundwire/cadence_master.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 5b0eae5

Please sign in to comment.