linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Tom Rini <trini@kernel.crashing.org>
To: Bj?rn Stenberg <bjorn@haxx.se>
Cc: Meelis Roos <mroos@linux.ee>,
	linux-kernel@vger.kernel.org, greg@kroah.com
Subject: Re: PPC: unresolved module symbols in 2.4.20-pre7+bk
Date: Thu, 26 Sep 2002 09:08:42 -0700	[thread overview]
Message-ID: <20020926160842.GG5746@opus.bloom.county> (raw)
In-Reply-To: <20020926175909.E11535@linux3.contactor.se>

On Thu, Sep 26, 2002 at 05:59:09PM +0200, Bj?rn Stenberg wrote:
> Tom Rini wrote:
> > > > > depmod: *** Unresolved symbols in /lib/modules/2.4.20-pre7/kernel/drivers/usb/storage/usb-storage.o
> > > > > depmod: 	ppc_generic_ide_fix_driveid
> > 
> > Configuration issue.  CONFIG_USB_STORAGE_ISD200 needs to depend on
> > CONFIG_IDE, since it calls ide_fixup_driveid().  Greg? Bj?rn?
> 
> This is only an issue for PPC and SPARC64. Other targets have an empty macro for ide_fix_driveid().
> 
> I don't know how this kind of "target-dependent dependency" is normally handled. The attached patch is one way.

It should be a universal depenancy on CONFIG_IDE, since you're still
using IDE code regardless of it being empty or not, IMHO.

-- 
Tom Rini (TR1265)
http://gate.crashing.org/~trini/

      reply	other threads:[~2002-09-26 16:05 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-09-24 19:18 PPC: unresolved module symbols in 2.4.20-pre7+bk Meelis Roos
2002-09-24 23:48 ` Tom Rini
2002-09-26  8:31   ` Meelis Roos
2002-09-26 14:29     ` Tom Rini
2002-09-26 15:59       ` Björn Stenberg
2002-09-26 16:08         ` Tom Rini [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=20020926160842.GG5746@opus.bloom.county \
    --to=trini@kernel.crashing.org \
    --cc=bjorn@haxx.se \
    --cc=greg@kroah.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mroos@linux.ee \
    /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).