Jim Davis <jim.ep...@gmail.com> 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 majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to