Skip to content

Commit

Permalink
staging: rts5139: remove unused led_blink_speed variable
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Oleksij Rempel authored and Greg Kroah-Hartman committed May 10, 2012
1 parent 9002ebc commit ecfbe1d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion drivers/staging/rts5139/rts51x.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 0 additions & 2 deletions drivers/staging/rts5139/rts51x_chip.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit ecfbe1d

Please sign in to comment.