public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <greg@kroah.com>
To: Reynes Philippe <tremyfr@yahoo.fr>
Cc: linux-kernel@vger.kernel.org, Andrew Morton <akpm@linux-foundation.org>
Subject: Re: [PATCH] [MM snapshot] fix undeclared hcd in ohci-sm501.c
Date: Mon, 14 Apr 2008 22:29:18 -0700	[thread overview]
Message-ID: <20080415052918.GC23965@kroah.com> (raw)
In-Reply-To: <419605.88113.qm@web27901.mail.ukl.yahoo.com>

On Tue, Apr 15, 2008 at 12:08:43AM +0200, Reynes Philippe wrote:
> The function ohci_sm501_resume in drivers/usb/host/ohci-hcd.c use the
> variable hcd, but this variable is undeclared in this function, so the compilation 
> fails with this error :
> 
>   CC      drivers/usb/host/ohci-hcd.o
> In file included from drivers/usb/host/ohci-hcd.c:1056:
> drivers/usb/host/ohci-sm501.c: In function ?ohci_sm501_resume?:
> drivers/usb/host/ohci-sm501.c:241: erreur: ?hcd? undeclared (first use in this function)
> drivers/usb/host/ohci-sm501.c:241: erreur: (Each undeclared identifier is reported only once
> drivers/usb/host/ohci-sm501.c:241: erreur: for each function it appears in.)
> make[3]: *** [drivers/usb/host/ohci-hcd.o] Erreur 1
> make[2]: *** [drivers/usb/host] Erreur 2
> make[1]: *** [drivers/usb] Erreur 2
> make: *** [drivers] Erreur 2

I just merged a patch from Alan Stern into my tree that should fix this.
Check the linux-next tree tomorrow to verify that it made it in.

thanks,

greg k-h

           reply	other threads:[~2008-04-15 15:51 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <419605.88113.qm@web27901.mail.ukl.yahoo.com>]

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=20080415052918.GC23965@kroah.com \
    --to=greg@kroah.com \
    --cc=akpm@linux-foundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=tremyfr@yahoo.fr \
    /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