From a339c9fca043b12ee5ca526fd9b972fe83f44b49 Mon Sep 17 00:00:00 2001 From: Shawn Bohrer Date: Sun, 25 Oct 2009 22:46:51 -0500 Subject: [PATCH] --- yaml --- r: 175215 b: refs/heads/master c: 47a14f13c81c407f816917528f84b85532af2819 h: refs/heads/master i: 175213: fbdf59560c91bc440b3066088e2e69eb7ecfd8b5 175211: e67fbcee2c65a5834156bf81dbbf8d8ee5a282d8 175207: 5f46447b849cd74ccb7928cd241e3f95c2c14c94 175199: fe566baafde72e68ed97623878dd93b6230253fc v: v3 --- [refs] | 2 +- trunk/drivers/staging/vt6655/rxtx.h | 17 ----------------- 2 files changed, 1 insertion(+), 18 deletions(-) diff --git a/[refs] b/[refs] index 9ad6af4cb567..53ac73767871 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 42caa16a70b875bb171874af329c7575fa10c091 +refs/heads/master: 47a14f13c81c407f816917528f84b85532af2819 diff --git a/trunk/drivers/staging/vt6655/rxtx.h b/trunk/drivers/staging/vt6655/rxtx.h index 17bd1b1f40e6..5da815efe70b 100644 --- a/trunk/drivers/staging/vt6655/rxtx.h +++ b/trunk/drivers/staging/vt6655/rxtx.h @@ -35,17 +35,10 @@ /*--------------------- Export Definitions -------------------------*/ -/*--------------------- Export Classes ----------------------------*/ - /*--------------------- Export Variables --------------------------*/ /*--------------------- Export Functions --------------------------*/ - -#ifdef __cplusplus -extern "C" { /* Assume C declarations for C++ */ -#endif /* __cplusplus */ - /* VOID vGenerateMACHeader( IN PSDevice pDevice, @@ -111,14 +104,4 @@ VOID vDMA0_tx_80211(PSDevice pDevice, struct sk_buff *skb, PBYTE pbMPDU, UINT c CMD_STATUS csMgmt_xmit(PSDevice pDevice, PSTxMgmtPacket pPacket); CMD_STATUS csBeacon_xmit(PSDevice pDevice, PSTxMgmtPacket pPacket); -#ifdef __cplusplus -} /* End of extern "C" { */ -#endif /* __cplusplus */ - - - - #endif // __RXTX_H__ - - -