summaryrefslogtreecommitdiff
path: root/drivers/staging/vt6655/baseband.h
diff options
context:
space:
mode:
authorMichael Straube <straube.linux@gmail.com>2023-03-17 09:50:40 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2023-03-17 10:07:25 +0300
commitd32a62ac84c2a3169b5686715280997e76a18549 (patch)
tree0d5ac145176245f2eb2026e665caaf28566ef755 /drivers/staging/vt6655/baseband.h
parentaae9567a74878e5bb2bc084f6dee732f8d713e6b (diff)
downloadlinux-d32a62ac84c2a3169b5686715280997e76a18549.tar.xz
staging: vt6655: remove unused bb_power_save_mode_on() function
The function bb_power_save_mode_on() is not used anywhere, remove it. Signed-off-by: Michael Straube <straube.linux@gmail.com> Link: https://lore.kernel.org/r/20230317065041.16635-2-straube.linux@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/vt6655/baseband.h')
-rw-r--r--drivers/staging/vt6655/baseband.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/vt6655/baseband.h b/drivers/staging/vt6655/baseband.h
index 15b2802ed727..d1128d050ac5 100644
--- a/drivers/staging/vt6655/baseband.h
+++ b/drivers/staging/vt6655/baseband.h
@@ -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_on(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);