Skip to content
Commit 23195ec0 authored by Arend van Spriel's avatar Arend van Spriel Committed by David S. Miller
Browse files

brcmfmac: fix BRCMF_FW_NVRAM_DEF macro for older gcc compilers



With gcc < 4.3 __UNIQUE_ID does not create unique ids with the macro
BRCMF_FW_NVRAM_DEF. Fix this by removing the MODULE_FIRMWARE instance
for the nvram file. This file is not in linux-firmware repo so it may
not be needed anyway. Otherwise consider this as a temporary fix.

Reported-by: default avatarGeert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: default avatarArend van Spriel <aspriel@gmail.com>
Acked-by: default avatarKalle Valo <kvalo@codeaurora.org>
Tested-by: default avatarGeert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent e6e4a556
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment