linux-2.1.84 PATCH to fix loading of ide-disk module

Adam J. Richter (adam@yggdrasil.com)
Sun, 1 Feb 1998 00:39:35 -0800


ide-disk.o references the symbol "ide_wait_cmd", which needs
to be exported from linux/drivers/block/ide.c. This patch fixes the
problem.

Adam J. Richter __ ______________ 4880 Stevens Creek Blvd, Suite 205
adam@yggdrasil.com \ / San Jose, California 95129-1034
+1 408 261-6630 | g g d r a s i l United States of America
fax +1 408 261-6631 "Free Software For The Rest Of Us."
---------------------------CUT HERE----------------------------------
*** /tmp/linux-2.1.84/drivers/block/ide.c Tue Jan 27 18:03:48 1998
--- linux/drivers/block/ide.c Sat Jan 31 23:39:58 1998
***************
*** 2824,2827 ****
--- 2824,2828 ----
EXPORT_SYMBOL(ide_revalidate_disk);
EXPORT_SYMBOL(ide_cmd);
+ EXPORT_SYMBOL(ide_wait_cmd);
EXPORT_SYMBOL(ide_stall_queue);
EXPORT_SYMBOL(ide_add_proc_entries);