From: Malcolm Priestley Date: Wed, 5 Nov 2014 21:08:50 +0000 (+0000) Subject: staging: vt6655: mac.c/h remove member type comments X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=6b5db44ecd4e1e85e18f65cba99fcf53dac85314;p=linux-beck.git staging: vt6655: mac.c/h remove member type comments Signed-off-by: Malcolm Priestley Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/vt6655/mac.c b/drivers/staging/vt6655/mac.c index 122a6a3f6003..2ea74a185789 100644 --- a/drivers/staging/vt6655/mac.c +++ b/drivers/staging/vt6655/mac.c @@ -71,16 +71,6 @@ #include "tmacro.h" #include "mac.h" -/*--------------------- Static Classes ----------------------------*/ - -/*--------------------- Static Variables --------------------------*/ - -/*--------------------- Static Functions --------------------------*/ - -/*--------------------- Export Variables --------------------------*/ - -/*--------------------- Export Functions --------------------------*/ - /* * Description: * Read All MAC Registers to buffer diff --git a/drivers/staging/vt6655/mac.h b/drivers/staging/vt6655/mac.h index 23162a90e9b8..3f37014f7ed1 100644 --- a/drivers/staging/vt6655/mac.h +++ b/drivers/staging/vt6655/mac.h @@ -964,12 +964,6 @@ do { \ #define MACvSetRFLE_LatchBase(dwIoBase) \ MACvWordRegBitsOn(dwIoBase, MAC_REG_SOFTPWRCTL, SOFTPWRCTL_RFLEOPT) -/*--------------------- Export Classes ----------------------------*/ - -/*--------------------- Export Variables --------------------------*/ - -/*--------------------- Export Functions --------------------------*/ - void MACvReadAllRegs(void __iomem *dwIoBase, unsigned char *pbyMacRegs); bool MACbIsRegBitsOn(void __iomem *dwIoBase, unsigned char byRegOfs, unsigned char byTestBits);