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.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/