linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* 2.4.13-ac7-8 IDE doesn't work as a module.
@ 2001-11-06 12:03 German Gomez Garcia
  0 siblings, 0 replies; only message in thread
From: German Gomez Garcia @ 2001-11-06 12:03 UTC (permalink / raw)
  To: Mailing List Linux Kernel

	Hello,

	A typo while exporting symbols prevent to use IDE as a module
in 2.4.13-ac7+, to fix it, just move the two lines:

EXPORT_SYMBOL(export_ide_init_queue);
EXPORT_SYMBOL(export_probe_for_drive);

from ide.c to ide-probe.c (I put it at line 914 after the definitions of
both functions), and add ide-probe.o to the the export-objs line in the
Makefile.

	Regards,

	- german

-------------------------------------------------------------------------
German Gomez Garcia          | Send email with "SEND GPG KEY" as subject
<german@piraos.com>          | to receive my GnuPG public key.


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2001-11-06 12:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-11-06 12:03 2.4.13-ac7-8 IDE doesn't work as a module German Gomez Garcia

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).