forked from Minki/linux
staging: bcm: Misc.c: Remove unused macros
These macros were reported by forgotten-macros tool (https://github.com/marcosps/forgotten_macros). Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
d5bd0ba64d
commit
3a53ecbd5f
@ -1206,9 +1206,6 @@ static void convertEndian(B_UINT8 rwFlag, PUINT puiBuffer, UINT uiByteCount)
|
||||
}
|
||||
}
|
||||
|
||||
#define CACHE_ADDRESS_MASK 0x80000000
|
||||
#define UNCACHE_ADDRESS_MASK 0xa0000000
|
||||
|
||||
int rdm(struct bcm_mini_adapter *Adapter, UINT uiAddress, PCHAR pucBuff, size_t sSize)
|
||||
{
|
||||
return Adapter->interface_rdm(Adapter->pvInterfaceAdapter,
|
||||
|
Loading…
Reference in New Issue
Block a user