summaryrefslogtreecommitdiff
path: root/drivers/staging/vt6655
diff options
context:
space:
mode:
authorVarsha Rao <rvarsha016@gmail.com>2016-10-14 04:29:54 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-10-16 10:27:30 +0200
commitdaf60ef9040da94b4a2e5997f4c40257d4a9b8df (patch)
treea7e59ffcedb461d6f6f73d1241133d631b00b843 /drivers/staging/vt6655
parent0a9e0f54b39b5e6431b228bf02a28d9cd20c7dd8 (diff)
Staging: vt6655: Removes unused macros.
This patch removes the macros BBvClearFOE and BBvSetFOE. As they are not used anywhere else. Signed-off-by: Varsha Rao <rvarsha016@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/vt6655')
-rw-r--r--drivers/staging/vt6655/baseband.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/staging/vt6655/baseband.h b/drivers/staging/vt6655/baseband.h
index 412537e3fb75..8a567c9155b4 100644
--- a/drivers/staging/vt6655/baseband.h
+++ b/drivers/staging/vt6655/baseband.h
@@ -55,12 +55,6 @@
#define TOP_RATE_2M 0x00200000
#define TOP_RATE_1M 0x00100000
-#define BBvClearFOE(dwIoBase) \
- BBbWriteEmbedded(dwIoBase, 0xB1, 0)
-
-#define BBvSetFOE(dwIoBase) \
- BBbWriteEmbedded(dwIoBase, 0xB1, 0x0C)
-
unsigned int
BBuGetFrameTime(
unsigned char byPreambleType,