staging: vt6655: remove unused bb_power_save_mode_off() function
authorMichael Straube <straube.linux@gmail.com>
Fri, 17 Mar 2023 06:50:41 +0000 (07:50 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 17 Mar 2023 07:07:25 +0000 (08:07 +0100)
The function bb_power_save_mode_off() is not used anywhere, remove it.

Signed-off-by: Michael Straube <straube.linux@gmail.com>
Link: https://lore.kernel.org/r/20230317065041.16635-3-straube.linux@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vt6655/baseband.c
drivers/staging/vt6655/baseband.h

index d7c3e4b..0e135af 100644 (file)
@@ -2172,28 +2172,6 @@ bb_software_reset(struct vnt_private *priv)
 }
 
 /*
- * Description: Baseband Power Save Mode OFF
- *
- * Parameters:
- *  In:
- *      iobase      - I/O base address
- *  Out:
- *      none
- *
- * Return Value: none
- *
- */
-void
-bb_power_save_mode_off(struct vnt_private *priv)
-{
-       unsigned char by_org_data;
-
-       bb_read_embedded(priv, 0x0D, &by_org_data);
-       by_org_data &= ~(BIT(0));
-       bb_write_embedded(priv, 0x0D, by_org_data);
-}
-
-/*
  * Description: Set Tx Antenna mode
  *
  * Parameters:
index d1128d0..e4a02c2 100644 (file)
@@ -63,7 +63,6 @@ void bb_set_vga_gain_offset(struct vnt_private *priv, unsigned char by_data);
 /* VT3253 Baseband */
 bool bb_vt3253_init(struct vnt_private *priv);
 void bb_software_reset(struct vnt_private *priv);
-void bb_power_save_mode_off(struct vnt_private *priv);
 void bb_set_tx_antenna_mode(struct vnt_private *priv,
                            unsigned char by_antenna_mode);
 void bb_set_rx_antenna_mode(struct vnt_private *priv,