summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6656/wmgr.c
diff options
context:
space:
mode:
authorAndres More2010-06-26 01:20:58 +0200
committerGreg Kroah-Hartman2010-07-08 22:01:05 +0200
commitfeaf03d3b42290f4c275ebf11641759bf4e1c458 (patch)
treeccf0f02134ac152db7fb246fd6187b24daabc062 /drivers/staging/vt6656/wmgr.c
parentstaging: vt6656: removed unused IS_NULL_ADDRESS definition (diff)
downloadkernel-qcow2-linux-feaf03d3b42290f4c275ebf11641759bf4e1c458.tar.gz
kernel-qcow2-linux-feaf03d3b42290f4c275ebf11641759bf4e1c458.tar.xz
kernel-qcow2-linux-feaf03d3b42290f4c275ebf11641759bf4e1c458.zip
staging: vt6656: removed TxInSleep definition
Removed an always defined macro, perhaps used to patch the driver Signed-off-by: Andres More <more.andres@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/vt6656/wmgr.c')
-rw-r--r--drivers/staging/vt6656/wmgr.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/staging/vt6656/wmgr.c b/drivers/staging/vt6656/wmgr.c
index 9d8eda906bf8..c84b78832733 100644
--- a/drivers/staging/vt6656/wmgr.c
+++ b/drivers/staging/vt6656/wmgr.c
@@ -373,8 +373,6 @@ void vMgrObjectInit(void *hDeviceContext)
pDevice->sTimerCommand.function = (TimerFunction)vRunCommand;
pDevice->sTimerCommand.expires = RUN_AT(HZ);
-//2007-0115-10<Add>by MikeLiu
- #ifdef TxInSleep
init_timer(&pDevice->sTimerTxData);
pDevice->sTimerTxData.data = (unsigned long)pDevice;
pDevice->sTimerTxData.function = (TimerFunction)BSSvSecondTxData;
@@ -382,7 +380,6 @@ void vMgrObjectInit(void *hDeviceContext)
pDevice->fTxDataInSleep = FALSE;
pDevice->IsTxDataTrigger = FALSE;
pDevice->nTxDataTimeCout = 0;
- #endif
pDevice->cbFreeCmdQueue = CMD_Q_SIZE;
pDevice->uCmdDequeueIdx = 0;