Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 25c59c55 authored by Oleksij Rempel's avatar Oleksij Rempel Committed by Greg Kroah-Hartman
Browse files

staging: rts5139: remove unused card_power_off

parent 6741f6c7
Loading
Loading
Loading
Loading
+0 −11
Original line number Diff line number Diff line
@@ -855,17 +855,6 @@ int card_power_on(struct rts51x_chip *chip, u8 card)
	return STATUS_SUCCESS;
}

int card_power_off(struct rts51x_chip *chip, u8 card)
{
	u8 mask, val;

	mask = POWER_MASK;
	val = POWER_OFF;
	RTS51X_WRITE_REG(chip, CARD_PWR_CTL, mask, val);

	return STATUS_SUCCESS;
}

int monitor_card_cd(struct rts51x_chip *chip, u8 card)
{
	int retval;
+0 −1
Original line number Diff line number Diff line
@@ -758,7 +758,6 @@ void trans_dma_enable(enum dma_data_direction dir, struct rts51x_chip *chip,
		      u32 byte_cnt, u8 pack_size);
int enable_card_clock(struct rts51x_chip *chip, u8 card);
int card_power_on(struct rts51x_chip *chip, u8 card);
int card_power_off(struct rts51x_chip *chip, u8 card);
int toggle_gpio(struct rts51x_chip *chip, u8 gpio);
int turn_on_led(struct rts51x_chip *chip, u8 gpio);
int turn_off_led(struct rts51x_chip *chip, u8 gpio);