PATCH: 2.3.3[-ac*] symbol fix

Chris Wedgwood (chris@cybernet.co.nz)
Wed, 19 May 1999 14:48:42 +1200


This is required to make scsi modules work.

-cw

--- linux/kernel/ksyms.c~ Tue May 18 18:25:04 1999
+++ linux/kernel/ksyms.c Wed May 19 14:21:55 1999
@@ -211,6 +211,7 @@
EXPORT_SYMBOL(hardsect_size);
EXPORT_SYMBOL(blk_size);
EXPORT_SYMBOL(blk_dev);
+EXPORT_SYMBOL(blk_ioctl);
EXPORT_SYMBOL(is_read_only);
EXPORT_SYMBOL(set_device_ro);
EXPORT_SYMBOL(bmap);

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/