Remove RFbAL7230SelectChannelPostProcess as it is dead code. This commit removes the dead code to improve code cleanliness and reduce unnecessary complexity in the driver. staging: vt6655: Remove multiple blank lines Fix unintended blank line introduced after removing dead code The previous commit inadvertently introduced a blank line after removing dead code from the rf.h file in the staging/vt6655 directory. This commit removes the unintended blank line to maintain code consistency. Signed-off-by: Dorine Tipo <dorine.a.tipo@xxxxxxxxx> --- Changes since V1: V2: - Removed unintended blank line introduced after removing dead code V3: - Squashed the commits for V1 and V2 for clarity and to streamline the patch history drivers/staging/vt6655/rf.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/drivers/staging/vt6655/rf.h b/drivers/staging/vt6655/rf.h index 057860a5e100..8eef100c7ef2 100644 --- a/drivers/staging/vt6655/rf.h +++ b/drivers/staging/vt6655/rf.h @@ -68,9 +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__ */ -- 2.25.1