From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Nicholas A. Bellinger" Subject: Re: linux-next: Tree for Oct 25 (target) Date: Wed, 26 Oct 2011 12:53:11 -0700 Message-ID: <1319658791.21607.5.camel@haakon2.linux-iscsi.org> References: <20111025203628.40a1b8a475e32053aa34dabe@canb.auug.org.au> <4EA853F2.4040503@xenotime.net> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: Received: from mail.linux-iscsi.org ([67.23.28.174]:38413 "EHLO linux-iscsi.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751440Ab1JZTxT (ORCPT ); Wed, 26 Oct 2011 15:53:19 -0400 In-Reply-To: <4EA853F2.4040503@xenotime.net> Sender: linux-next-owner@vger.kernel.org List-ID: To: Randy Dunlap Cc: Stephen Rothwell , linux-next@vger.kernel.org, LKML , Linus , target-devel@vger.kernel.org On Wed, 2011-10-26 at 11:39 -0700, Randy Dunlap wrote: > On 10/25/11 02:36, Stephen Rothwell wrote: > > Hi all, > > target_core_cdb.c needs to include : > > drivers/target/target_core_cdb.c:1316:1: warning: data definition has no type or storage class [enabled by default] > drivers/target/target_core_cdb.c:1316:1: warning: type defaults to 'int' in declaration of 'EXPORT_SYMBOL' [-Wimplicit-int] > drivers/target/target_core_cdb.c:1316:1: warning: parameter names (without types) in function declaration [enabled by default] > > This one had been addressed in target-pending.git/for-next with a module.h include for target_core_cdb.c, but I'll change this now to use the proper export.h. Thanks Randy! --nab