[PATCH} IDE modular patch

James Simmons (jsimmons@transvirtual.com)
Fri, 14 Dec 2001 15:38:25 -0800 (PST)


Hi!

On my system I select IDE to be completely modular. For 2.5.0-pre11 this
is broken. The following patch fixes this.

.-. .-.
oo| Give Microsoft The Bird!!!! oo|
/`'\ Use Linux!!! /`'\
(_;/) (_;/)
-----------------------------------------------------

diff -urN -X /home/jsimmons/dontdiff linux-2.5.0/drivers/ide/ide.c linux/drivers/ide/ide.c
--- linux-2.5.0/drivers/ide/ide.c Thu Dec 13 11:31:47 2001
+++ linux/drivers/ide/ide.c Fri Dec 14 16:32:50 2001
@@ -3686,6 +3686,7 @@
*/
devfs_handle_t ide_devfs_handle;

+EXPORT_SYMBOL(ide_lock);
EXPORT_SYMBOL(ide_probe);
EXPORT_SYMBOL(drive_is_flashcard);
EXPORT_SYMBOL(ide_timer_expiry);
@@ -3718,6 +3719,7 @@
EXPORT_SYMBOL(ide_end_drive_cmd);
EXPORT_SYMBOL(ide_end_request);
EXPORT_SYMBOL(__ide_end_request);
+EXPORT_SYMBOL(ide_revalidate_drive);
EXPORT_SYMBOL(ide_revalidate_disk);
EXPORT_SYMBOL(ide_cmd);
EXPORT_SYMBOL(ide_wait_cmd);

-
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/