Re: randconfig build error with next-20140516, in drivers/staging/rtl8723au/core/rtw_cmd.c

From: Jes Sorensen
Date: Fri May 16 2014 - 10:18:23 EST


Jim Davis <jim.epost@xxxxxxxxx> writes:
> Building with the attached random configuration file,
>
> drivers/staging/rtl8723au/core/rtw_cmd.c: In function âc2h_evt_hdlâ:
> drivers/staging/rtl8723au/core/rtw_cmd.c:1315:4: error: implicit declaration of
> function âc2h_handler_8723aâ [-Werror=implicit-function-declaration]
> ret = c2h_handler_8723a(adapter, c2h_evt);
> ^
> drivers/staging/rtl8723au/core/rtw_cmd.c: In function ârtw_evt_workâ:
> drivers/staging/rtl8723au/core/rtw_cmd.c:1349:2: error: implicit declaration of
> function âc2h_id_filter_ccx_8723aâ [-Werror=implicit-function-declaration]
> if (c2h_id_filter_ccx_8723a(ework->u.c2h_evt.id) == true) {
> ^
> cc1: some warnings being treated as errors

Thanks for the report, I'll have a look.

Jes
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/