staging: rts5139: remove unused led_blink_speed variable
Signed-off-by: Oleksij Rempel <bug-track@fisher-privat.net> Acked-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
9002ebc2e8
commit
ecfbe1dc96
|
@ -478,7 +478,6 @@ static void rts51x_init_options(struct rts51x_chip *chip)
|
|||
{
|
||||
struct rts51x_option *option = &(chip->option);
|
||||
|
||||
option->led_blink_speed = 7;
|
||||
option->mspro_formatter_enable = 1;
|
||||
|
||||
option->fpga_sd_sdr104_clk = CLK_100;
|
||||
|
|
|
@ -313,8 +313,6 @@ struct sense_data_t {
|
|||
#define SUPPORT_UHS50_MMC44 0x40
|
||||
|
||||
struct rts51x_option {
|
||||
u8 led_blink_speed;
|
||||
|
||||
int mspro_formatter_enable;
|
||||
|
||||
/* card clock expected by user for fpga platform */
|
||||
|
|
Loading…
Reference in New Issue