mirror of https://gitee.com/openkylin/linux.git
staging: vt6655: mac.c/h remove member type comments
Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
5116d9fcf1
commit
6b5db44ecd
|
@ -71,16 +71,6 @@
|
||||||
#include "tmacro.h"
|
#include "tmacro.h"
|
||||||
#include "mac.h"
|
#include "mac.h"
|
||||||
|
|
||||||
/*--------------------- Static Classes ----------------------------*/
|
|
||||||
|
|
||||||
/*--------------------- Static Variables --------------------------*/
|
|
||||||
|
|
||||||
/*--------------------- Static Functions --------------------------*/
|
|
||||||
|
|
||||||
/*--------------------- Export Variables --------------------------*/
|
|
||||||
|
|
||||||
/*--------------------- Export Functions --------------------------*/
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Description:
|
* Description:
|
||||||
* Read All MAC Registers to buffer
|
* Read All MAC Registers to buffer
|
||||||
|
|
|
@ -964,12 +964,6 @@ do { \
|
||||||
#define MACvSetRFLE_LatchBase(dwIoBase) \
|
#define MACvSetRFLE_LatchBase(dwIoBase) \
|
||||||
MACvWordRegBitsOn(dwIoBase, MAC_REG_SOFTPWRCTL, SOFTPWRCTL_RFLEOPT)
|
MACvWordRegBitsOn(dwIoBase, MAC_REG_SOFTPWRCTL, SOFTPWRCTL_RFLEOPT)
|
||||||
|
|
||||||
/*--------------------- Export Classes ----------------------------*/
|
|
||||||
|
|
||||||
/*--------------------- Export Variables --------------------------*/
|
|
||||||
|
|
||||||
/*--------------------- Export Functions --------------------------*/
|
|
||||||
|
|
||||||
void MACvReadAllRegs(void __iomem *dwIoBase, unsigned char *pbyMacRegs);
|
void MACvReadAllRegs(void __iomem *dwIoBase, unsigned char *pbyMacRegs);
|
||||||
|
|
||||||
bool MACbIsRegBitsOn(void __iomem *dwIoBase, unsigned char byRegOfs, unsigned char byTestBits);
|
bool MACbIsRegBitsOn(void __iomem *dwIoBase, unsigned char byRegOfs, unsigned char byTestBits);
|
||||||
|
|
Loading…
Reference in New Issue