Patch for unresolvedsSymbol <blk_max_pfn> in SCSI module

From: Dirk.Uffmann@nokia.com
Date: Fri Apr 19 2002 - 06:53:23 EST


There is an "Unresolved Symbol" message when depmod is invoked
for SCSI module caused by a missing EXPORT statement.

PATCH FOLLOWS
KernelVersion:2.5.8-rmk1
--- linux_2.5.8-rmk1_orginal/drivers/block/ll_rw_blk.c Fri Apr 19 11:30:02 2002
+++ linux_2.5.8-rmk1/drivers/block/ll_rw_blk.c Wed Apr 17 14:05:57 2002
@@ -1768,6 +1768,7 @@
 EXPORT_SYMBOL(blkdev_release_request);
 EXPORT_SYMBOL(generic_unplug_device);
 EXPORT_SYMBOL(blk_attempt_remerge);
+EXPORT_SYMBOL(blk_max_pfn);
 EXPORT_SYMBOL(blk_max_low_pfn);
 EXPORT_SYMBOL(blk_queue_max_sectors);
 EXPORT_SYMBOL(blk_queue_max_phys_segments);
-
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/



This archive was generated by hypermail 2b29 : Tue Apr 23 2002 - 22:00:24 EST