From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mx1.redhat.com ([209.132.183.28]:13352 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932390AbaEPOST convert rfc822-to-8bit (ORCPT ); Fri, 16 May 2014 10:18:19 -0400 From: Jes Sorensen To: Jim Davis Cc: Stephen Rothwell , linux-next , linux-kernel , Larry.Finger@lwfinger.net, Greg Kroah-Hartman , linux-wireless@vger.kernel.org, devel Subject: Re: randconfig build error with next-20140516, in drivers/staging/rtl8723au/core/rtw_cmd.c References: Date: Fri, 16 May 2014 16:18:09 +0200 In-Reply-To: (Jim Davis's message of "Fri, 16 May 2014 06:42:59 -0700") Message-ID: (sfid-20140516_161835_988213_5BEB40D7) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Sender: linux-wireless-owner@vger.kernel.org List-ID: Jim Davis 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