linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Andrzej Krzysztofowicz <ankry@green.mif.pg.gda.pl>
To: linux-kernel@vger.kernel.org (kernel list), manty@manty.net
Cc: marcelo@conectiva.com.br, alan@lxorguk.ukuu.org.uk (Alan Cox)
Subject: Re: Linux 2.4.21-rc3
Date: Mon, 26 May 2003 16:00:00 +0200 (CEST)	[thread overview]
Message-ID: <200305261400.h4QE00JF009630@green.mif.pg.gda.pl> (raw)

This has been around the 2.4.21 pre series for quite some time, I thought it
was known, but as it has not yet been fixed, I'm doubting it.

If you try to compile ide as modules you get unresolved symbols:

depmod: *** Unresolved symbols in
/lib/modules/2.4.21-rc3/kernel/drivers/ide/ide-disk.o
depmod:         proc_ide_read_geometry
depmod:         ide_remove_proc_entries
[...]

The following short patch should fix this problem
(AFAIK, also not fixed in -ac tree)
****************************************************
--- linux-2.4.21-rc3/drivers/ide/Makefile~	Mon May 26 14:02:47 2003
+++ linux-2.4.21-rc3/drivers/ide/Makefile	Mon May 26 15:49:27 2003
@@ -44,8 +44,8 @@
 obj-$(CONFIG_BLK_DEV_ISAPNP)		+= ide-pnp.o
 
 
-ifeq ($(CONFIG_BLK_DEV_IDE),y)
-obj-$(CONFIG_PROC_FS)			+= ide-proc.o
+ifeq ($(CONFIG_PROC_FS),y)
+obj-$(CONFIG_BLK_DEV_IDE)			+= ide-proc.o
 endif
 
 ifeq ($(CONFIG_BLK_DEV_IDE),y)

-- 
=======================================================================
  Andrzej M. Krzysztofowicz               ankry@mif.pg.gda.pl
  phone (48)(58) 347 14 61
Faculty of Applied Phys. & Math.,   Gdansk University of Technology

             reply	other threads:[~2003-05-26 13:46 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-05-26 14:00 Andrzej Krzysztofowicz [this message]
2003-05-26 17:53 ` Linux 2.4.21-rc3 Santiago Garcia Mantinan
2003-05-30 20:55   ` Krzysiek Taraszka
2003-05-30 20:23     ` Alan Cox
  -- strict thread matches above, loose matches on Subject: below --
2003-05-23 12:42 Martijn Uffing
2003-05-23 13:10 ` Carl-Daniel Hailfinger
2003-05-23 13:30   ` Martijn Uffing
2003-05-23 15:00   ` Matthias Andree
2003-05-26 17:11   ` Alan Cox
2003-05-23  7:00 Melchior FRANZ
2003-05-22 22:19 Marcelo Tosatti
2003-05-22 23:46 ` J.A. Magallon
2003-05-26 17:04   ` Alan Cox
2003-05-23  0:51 ` Barry K. Nathan
2003-05-23  5:32   ` Marc-Christian Petersen
2003-05-23  8:27 ` Benjamin Herrenschmidt
2003-05-26 13:16 ` Santiago Garcia Mantinan
2003-05-27  1:14   ` Jeff Chua

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=200305261400.h4QE00JF009630@green.mif.pg.gda.pl \
    --to=ankry@green.mif.pg.gda.pl \
    --cc=alan@lxorguk.ukuu.org.uk \
    --cc=linux-kernel@vger.kernel.org \
    --cc=manty@manty.net \
    --cc=marcelo@conectiva.com.br \
    /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).