From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752374AbdDJFKp (ORCPT ); Mon, 10 Apr 2017 01:10:45 -0400 Received: from ozlabs.org ([103.22.144.67]:36031 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750989AbdDJFKo (ORCPT ); Mon, 10 Apr 2017 01:10:44 -0400 Date: Mon, 10 Apr 2017 15:10:36 +1000 From: Stephen Rothwell To: Greg KH Cc: Linux-Next Mailing List , Linux Kernel Mailing List , Hans de Goede Subject: linux-next: build failure after merge of the staging tree Message-ID: <20170410151036.62ea79de@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Greg, After merging the staging tree, today's linux-next build (x86_64 allmodconfig) failed like this: drivers/staging/rtl8723bs/core/rtw_ieee80211.c: In function 'rtw_macaddr_cfg': drivers/staging/rtl8723bs/core/rtw_ieee80211.c:1193:22: error: implicit declaration of function 'of_get_property' [-Werror=implicit-function-declaration] (addr = of_get_property(np, "local-mac-address", &len)) && ^ drivers/staging/rtl8723bs/core/rtw_ieee80211.c:1193:20: warning: assignment makes pointer from integer without a cast [-Wint-conversion] (addr = of_get_property(np, "local-mac-address", &len)) && ^ Caused by commit 554c0a3abf21 ("staging: Add rtl8723bs sdio wifi driver") I have used the staging tree from next-20170407 for today. -- Cheers, Stephen Rothwell