From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg KH Subject: Re: linux-next: build warnings after merge of the driver-core tree Date: Tue, 2 Dec 2014 10:09:49 -0800 Message-ID: <20141202180949.GA11700@kroah.com> References: <20141201184205.08a8f7aa@canb.auug.org.au> <547C1C89.1070604@broadcom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from out3-smtp.messagingengine.com ([66.111.4.27]:54009 "EHLO out3-smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751916AbaLBSJv (ORCPT ); Tue, 2 Dec 2014 13:09:51 -0500 Received: from compute2.internal (compute2.nyi.internal [10.202.2.42]) by mailout.nyi.internal (Postfix) with ESMTP id CAA18239A3 for ; Tue, 2 Dec 2014 13:09:50 -0500 (EST) Content-Disposition: inline In-Reply-To: <547C1C89.1070604@broadcom.com> Sender: linux-next-owner@vger.kernel.org List-ID: To: Arend van Spriel Cc: Stephen Rothwell , linux-next@vger.kernel.org, linux-kernel@vger.kernel.org On Mon, Dec 01, 2014 at 08:45:13AM +0100, Arend van Spriel wrote: > On 01-12-14 08:42, Stephen Rothwell wrote: > > Hi Greg, > > > > After merging the driver-core tree, today's linux-next build (arm > > multi_v7_defconfig) produced this warning: > > > > In file included from kernel/power/main.c:16:0: > > include/linux/debugfs.h:105:10: warning: 'struct device' declared inside parameter list > > void *data)); > > ^ > > > > And many more like this. > > > > Introduced by commit 98210b7f73f1 ("debugfs: add helper function to > > create device related seq_file"). See Rule 1 from > > Documentation/SubmitChecklist - though in this case a simple "struct > > device;" would probably do. > > > > I submitted a patch for that yesterday [1] and got (automated) email > from Greg that it is going into his driver-core tree. > > Regards, > Arend > > [1] http://mid.gmane.org/1417361481-1136-1-git-send-email-arend@broadcom.com Sorry for the delay, is now in my driver-core-next branch, so this will be fixed in the next linux-next pull. greg k-h