What steps will reproduce the problem?
1. Copy your sources to drivers/net/wireless/bcm4329/
2. Enable BCM4329 [=m] in menuconfig
3. Try to build using make
What is the expected output?
CC [M] drivers/net/wireless/bcm4329/bcmsdh_linux.o
What do you see instead?
CC [M] drivers/net/wireless/bcm4329/bcmsdh_linux.o
drivers/net/wireless/bcm4329/bcmsdh_linux.c: In function
'bcmsdh_register_oob_intr':
drivers/net/wireless/bcm4329/bcmsdh_linux.c:639:3: error: implicit declaration
of function 'set_irq_wake' [-Werror=implicit-function-declaration]
cc1: all warnings being treated as errors
What version of the product are you using? On what operating system?
Svn trunk at revision 11, kernel Linux/arm 3.0.48-ck1, toolchain
linaro-android_toolchain-4.7-2012.07
Please provide any additional information below.
Looking at original bcm4329_248/bcmsdh_linux.c file I found that we need to add
only one line to fix this warning. Patch attached.
Original issue reported on code.google.com by coy...@starrk.pp.ru on 28 Oct 2012 at 12:31
Original issue reported on code.google.com by
coy...@starrk.pp.ru
on 28 Oct 2012 at 12:31Attachments: