From: Greg KH <greg@kroah.com>
To: Randy Dunlap <randy.dunlap@oracle.com>
Cc: Stephen Rothwell <sfr@canb.auug.org.au>,
driverdevel <devel@driverdev.osuosl.org>,
linux-next@vger.kernel.org, LKML <linux-kernel@vger.kernel.org>,
Al Cho <acho@novell.com>
Subject: Re: linux-next: Tree for October 11 (staging/keucr)
Date: Mon, 11 Oct 2010 10:25:30 -0700 [thread overview]
Message-ID: <20101011172530.GA7116@kroah.com> (raw)
In-Reply-To: <20101011094222.98a30bce.randy.dunlap@oracle.com>
On Mon, Oct 11, 2010 at 09:42:22AM -0700, Randy Dunlap wrote:
> On Mon, 11 Oct 2010 16:29:59 +1100 Stephen Rothwell wrote:
>
> > Hi all,
> >
> > Changes since 20101008:
>
>
> linux-next-20101011/drivers/staging/keucr/usb.c: In function 'get_transport':
> linux-next-20101011/drivers/staging/keucr/usb.c:346: error: 'US_PR_BULK' undeclared (first use in this function)
> linux-next-20101011/drivers/staging/keucr/usb.c:346: error: (Each undeclared identifier is reported only once
> linux-next-20101011/drivers/staging/keucr/usb.c:346: error: for each function it appears in.)
> linux-next-20101011/drivers/staging/keucr/usb.c: In function 'get_protocol':
> linux-next-20101011/drivers/staging/keucr/usb.c:370: error: 'US_SC_SCSI' undeclared (first use in this function)
> linux-next-20101011/drivers/staging/keucr/usb.c: In function 'get_pipes':
> linux-next-20101011/drivers/staging/keucr/usb.c:421: error: 'US_PR_CBI' undeclared (first use in this function)
> linux-next-20101011/drivers/staging/keucr/usb.c: In function 'usb_stor_scan_thread':
> linux-next-20101011/drivers/staging/keucr/usb.c:567: error: 'US_PR_BULK' undeclared (first use in this function)
> linux-next-20101011/drivers/staging/keucr/scsiglue.c: In function 'slave_alloc':
> linux-next-20101011/drivers/staging/keucr/scsiglue.c:33: error: 'US_SC_UFI' undeclared (first use in this function)
> linux-next-20101011/drivers/staging/keucr/scsiglue.c:33: error: (Each undeclared identifier is reported only once
> linux-next-20101011/drivers/staging/keucr/scsiglue.c:33: error: for each function it appears in.)
> linux-next-20101011/drivers/staging/keucr/scsiglue.c: In function 'slave_configure':
> linux-next-20101011/drivers/staging/keucr/scsiglue.c:58: error: 'US_SC_SCSI' undeclared (first use in this function)
> linux-next-20101011/drivers/staging/keucr/scsiglue.c:58: error: 'US_SC_CYP_ATACB' undeclared (first use in this function)
> linux-next-20101011/drivers/staging/keucr/scsiglue.c:79: error: 'US_PR_CB' undeclared (first use in this function)
> linux-next-20101011/drivers/staging/keucr/scsiglue.c:79: error: 'US_PR_CBI' undeclared (first use in this function)
> linux-next-20101011/drivers/staging/keucr/transport.c: In function 'usb_stor_invoke_transport':
> linux-next-20101011/drivers/staging/keucr/transport.c:318: error: 'US_PR_CB' undeclared (first use in this function)
> linux-next-20101011/drivers/staging/keucr/transport.c:318: error: (Each undeclared identifier is reported only once
> linux-next-20101011/drivers/staging/keucr/transport.c:318: error: for each function it appears in.)
> linux-next-20101011/drivers/staging/keucr/transport.c:318: error: 'US_PR_DPCM_USB' undeclared (first use in this function)
> linux-next-20101011/drivers/staging/keucr/transport.c:341: error: 'US_SC_RBC' undeclared (first use in this function)
> linux-next-20101011/drivers/staging/keucr/transport.c:341: error: 'US_SC_SCSI' undeclared (first use in this function)
> linux-next-20101011/drivers/staging/keucr/transport.c:341: error: 'US_SC_CYP_ATACB' undeclared (first use in this function)
> In file included from linux-next-20101011/drivers/staging/keucr/smilmain.c:4:
> linux-next-20101011/drivers/staging/keucr/smcommon.h:9:1: warning: "SUCCESS" redefined
> In file included from linux-next-20101011/include/scsi/scsi_host.h:9,
> from linux-next-20101011/drivers/staging/keucr/usb.h:11,
> from linux-next-20101011/drivers/staging/keucr/smilmain.c:2:
> linux-next-20101011/include/scsi/scsi.h:429:1: warning: this is the location of the previous definition
> In file included from linux-next-20101011/drivers/staging/keucr/smilsub.c:9:
> linux-next-20101011/drivers/staging/keucr/smcommon.h:9:1: warning: "SUCCESS" redefined
> In file included from linux-next-20101011/include/scsi/scsi_host.h:9,
> from linux-next-20101011/drivers/staging/keucr/usb.h:11,
> from linux-next-20101011/drivers/staging/keucr/smilsub.c:2:
> linux-next-20101011/include/scsi/scsi.h:429:1: warning: this is the location of the previous definition
> In file included from linux-next-20101011/drivers/staging/keucr/smilecc.c:6:
> linux-next-20101011/drivers/staging/keucr/smcommon.h:9:1: warning: "SUCCESS" redefined
> In file included from linux-next-20101011/include/scsi/scsi_host.h:9,
> from linux-next-20101011/drivers/staging/keucr/usb.h:11,
> from linux-next-20101011/drivers/staging/keucr/smilecc.c:1:
> linux-next-20101011/include/scsi/scsi.h:429:1: warning: this is the location of the previous definition
>
>
>
> config is attached.
Yes, this is known, I will fix it up when I merge the two trees
together, it's due to changes in the USB tree that are not in the
staging-next tree.
thanks,
greg k-h
prev parent reply other threads:[~2010-10-11 17:39 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-10-11 5:29 linux-next: Tree for October 11 Stephen Rothwell
2010-10-11 16:29 ` linux-next: Tree for October 11 (nouveau) Randy Dunlap
2010-10-11 16:31 ` linux-next: Tree for October 11 (regulator) Randy Dunlap
2010-10-11 16:42 ` linux-next: Tree for October 11 (staging/keucr) Randy Dunlap
2010-10-11 17:25 ` Greg KH [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20101011172530.GA7116@kroah.com \
--to=greg@kroah.com \
--cc=acho@novell.com \
--cc=devel@driverdev.osuosl.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-next@vger.kernel.org \
--cc=randy.dunlap@oracle.com \
--cc=sfr@canb.auug.org.au \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).