Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit daf60ef9 authored by Varsha Rao's avatar Varsha Rao Committed by Greg Kroah-Hartman
Browse files

Staging: vt6655: Removes unused macros.



This patch removes the macros BBvClearFOE and BBvSetFOE. As they are not
used anywhere else.

Signed-off-by: default avatarVarsha Rao <rvarsha016@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 0a9e0f54
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -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,