aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6656/card.h
diff options
context:
space:
mode:
authorAndres More <more.andres@gmail.com>2013-03-26 17:12:26 -0500
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-03-26 16:13:21 -0700
commite1970fce115c4c0ffd4f2ee5cf4f08519274d8e8 (patch)
tree007fea1b190750c09a63bb43c35758290917989a /drivers/staging/vt6656/card.h
parentstaging: davinci: Fix typo in staging/media/davinci (diff)
downloadlinux-dev-e1970fce115c4c0ffd4f2ee5cf4f08519274d8e8.tar.xz
linux-dev-e1970fce115c4c0ffd4f2ee5cf4f08519274d8e8.zip
staging: vt6656: remove unused functions
Removed defined symbols not being used elsewhere. Only compile tested. Signed-off-by: Andres More <more.andres@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/vt6656/card.h')
-rw-r--r--drivers/staging/vt6656/card.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/staging/vt6656/card.h b/drivers/staging/vt6656/card.h
index e17d3d690849..307340f7fd2c 100644
--- a/drivers/staging/vt6656/card.h
+++ b/drivers/staging/vt6656/card.h
@@ -74,7 +74,5 @@ int CARDbRadioPowerOff(struct vnt_private *pDevice);
int CARDbRadioPowerOn(struct vnt_private *pDevice);
u8 CARDbyGetPktType(struct vnt_private *pDevice);
void CARDvSetBSSMode(struct vnt_private *pDevice);
-int CARDbChannelSwitch(struct vnt_private *pDevice, u8 byMode,
- u8 byNewChannel, u8 byCount);
#endif /* __CARD_H__ */