Commit f7841bc3 authored by Dorine Tipo's avatar Dorine Tipo Committed by Greg Kroah-Hartman
Browse files

staging: vt6655: Remove unused declaration of RFbAL7230SelectChannelPostProcess()



Remove unused function RFbAL7230SelectChannelPostProcess declared in
rf.h but has no associated implementation.

Commit dd2837bd removed the RFbAL7230SelectChannelPostProcess() but
accidentally forgot to delete the declaration in the header file.

Fixes: dd2837bd ("staging: vt6655: Remove unused byRFType in rf.c")
Signed-off-by: default avatarDorine Tipo <dorine.a.tipo@gmail.com>
Tested-by: default avatarPhilipp Hortmann <philipp.g.hortmann@gmail.com>
Link: https://lore.kernel.org/r/20240316204207.1779-1-dorine.a.tipo@gmail.com


Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 26743707
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -68,8 +68,4 @@ bool RFbRawSetPower(struct vnt_private *priv, unsigned char byPwr,
void RFvRSSITodBm(struct vnt_private *priv, unsigned char byCurrRSSI,
		  long *pldBm);

/* {{ RobertYu: 20050104 */
bool RFbAL7230SelectChannelPostProcess(struct vnt_private *priv, u16 byOldChannel, u16 byNewChannel);
/* }} RobertYu */

#endif /* __RF_H__ */