Skip to content

Commit 59401c3

Browse files
plbossartvinodkoul
authored andcommitted
soundwire: remove unused sdw_bus_conf structure
This is redundant with sdw_bus_params, and was never used. Signed-off-by: Pierre-Louis Bossart <[email protected]> Reviewed-by: Rander Wang <[email protected]> Signed-off-by: Bard Liao <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Vinod Koul <[email protected]>
1 parent 1845165 commit 59401c3

File tree

1 file changed

+0
-15
lines changed
  • include/linux/soundwire

1 file changed

+0
-15
lines changed

include/linux/soundwire/sdw.h

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -542,21 +542,6 @@ enum sdw_reg_bank {
542542
SDW_BANK1,
543543
};
544544

545-
/**
546-
* struct sdw_bus_conf: Bus configuration
547-
*
548-
* @clk_freq: Clock frequency, in Hz
549-
* @num_rows: Number of rows in frame
550-
* @num_cols: Number of columns in frame
551-
* @bank: Next register bank
552-
*/
553-
struct sdw_bus_conf {
554-
unsigned int clk_freq;
555-
unsigned int num_rows;
556-
unsigned int num_cols;
557-
unsigned int bank;
558-
};
559-
560545
/**
561546
* struct sdw_prepare_ch: Prepare/De-prepare Data Port channel
562547
*

0 commit comments

Comments
 (0)