From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754770Ab3I1BDU (ORCPT ); Fri, 27 Sep 2013 21:03:20 -0400 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:59857 "EHLO out1-smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754557Ab3I1BCz (ORCPT ); Fri, 27 Sep 2013 21:02:55 -0400 X-Sasl-enc: hNVHdgBefCaewV47RuZmQ3mA2vx/+8vcizRVGNKbPFUh 1380330174 Date: Fri, 27 Sep 2013 18:04:02 -0700 From: Greg KH To: Stephen Rothwell Cc: Arnd Bergmann , linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, Tejun Heo , Sudeep Dutt , Dasaratharaman Chandramouli , Ashutosh Dixit , Caz Yokoyama , Harshavardhan R Kharche , Nikhil Rao Subject: Re: linux-next: build failure after merge of the char-misc tree Message-ID: <20130928010402.GA22939@kroah.com> References: <20130927171029.609cf783d3f9645ebe7117c0@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20130927171029.609cf783d3f9645ebe7117c0@canb.auug.org.au> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Sep 27, 2013 at 05:10:29PM +1000, Stephen Rothwell wrote: > Hi all, > > After merging the char-misc tree, today's linux-next build (x86_64 > allmodconfig) failed like this: > > drivers/misc/mic/host/mic_main.c: In function 'mic_probe': > drivers/misc/mic/host/mic_main.c:320:3: error: too many arguments to function 'sysfs_get_dirent' > NULL, "state"); > ^ > In file included from include/linux/kobject.h:21:0, > from include/linux/module.h:16, > from drivers/misc/mic/host/mic_main.c:26: > include/linux/sysfs.h:465:1: note: declared here > sysfs_get_dirent(struct sysfs_dirent *parent_sd, const unsigned char *name) > ^ > > Caused by commit 3a6a9201897c ("Intel MIC Host Driver, card OS state > management") interacting with commit 388975cccaaf ("sysfs: clean up > sysfs_get_dirent()") from the driver-core tree. > > I added this merge fix patch: That looks correct, thanks, I'll carry this along to handle the merge issue when it all goes to Linus. greg k-h