From: Douglas Gilbert <dougg@torque.net>
To: linux-kernel@vger.kernel.org
Subject: Re: Linux 2.5.31
Date: Sun, 11 Aug 2002 15:21:48 -0400 [thread overview]
Message-ID: <3D56B94C.8AC7E47@torque.net> (raw)
ide-cd and ide-scsi couldn't be installed as modules
on my machine in lk 2.5.31 because the EXPORT of
unregister_ata_driver() was removed.
The reversal below fixed my problem.
Doug Gilbert
--- linux/drivers/ide/main.c2531 Sun Aug 11 09:19:24 2002
+++ linux/drivers/ide/main.c Sun Aug 11 13:10:06 2002
@@ -1124,6 +1124,8 @@
}
}
+EXPORT_SYMBOL(unregister_ata_driver);
+
EXPORT_SYMBOL(ide_hwifs);
EXPORT_SYMBOL(ide_lock);
next reply other threads:[~2002-08-11 19:21 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-08-11 19:21 Douglas Gilbert [this message]
[not found] <200208100551.46142.ivangurdiev@attbi.com.suse.lists.linux.kernel>
2002-08-11 10:16 ` Linux 2.5.31 Andi Kleen
2002-08-11 10:34 ` Russell King
2002-08-12 9:59 ` Helge Hafting
[not found] ` <mailman.1029062221.5995.linux-kernel2news@redhat.com>
2002-08-12 15:57 ` Pete Zaitcev
-- strict thread matches above, loose matches on Subject: below --
2002-08-11 2:04 Linus Torvalds
2002-08-11 5:18 ` Nathaniel
2002-08-11 5:22 ` Nathaniel
2002-08-11 11:44 ` Adrian Bunk
2002-08-11 13:59 ` Arnaldo Carvalho de Melo
2002-08-13 14:09 ` ecoffey
2002-08-10 9:51 Ivan Gyurdiev
2002-08-22 19:32 ` James Simmons
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=3D56B94C.8AC7E47@torque.net \
--to=dougg@torque.net \
--cc=linux-kernel@vger.kernel.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.