Skip to content

Commit 1ec9d2e

Browse files
zhangshkvinodkoul
authored andcommitted
soundwire: cadence: remove the repeated declaration
Function 'cdns_reset_page_addr' is declared twice, so remove the repeated declaration. Cc: Vinod Koul <vkoul@kernel.org> Cc: Bard Liao <yung-chuan.liao@linux.intel.com> Cc: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> Cc: Sanyog Kale <sanyog.r.kale@intel.com> Signed-off-by: Shaokun Zhang <zhangshaokun@hisilicon.com> Reviewed-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> Link: https://lore.kernel.org/r/1622114698-7943-1-git-send-email-zhangshaokun@hisilicon.com Signed-off-by: Vinod Koul <vkoul@kernel.org>
1 parent 0372199 commit 1ec9d2e

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

drivers/soundwire/cadence_master.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -180,9 +180,6 @@ enum sdw_command_response
180180
cdns_xfer_msg_defer(struct sdw_bus *bus,
181181
struct sdw_msg *msg, struct sdw_defer *defer);
182182

183-
enum sdw_command_response
184-
cdns_reset_page_addr(struct sdw_bus *bus, unsigned int dev_num);
185-
186183
int cdns_bus_conf(struct sdw_bus *bus, struct sdw_bus_params *params);
187184

188185
int cdns_set_sdw_stream(struct snd_soc_dai *dai,

0 commit comments

Comments
 (0)