patch-2.3.4 linux/drivers/block/blkpg.c

Next file: linux/drivers/block/cmd646.c
Previous file: linux/drivers/block/alim15x3.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.3/linux/drivers/block/blkpg.c linux/drivers/block/blkpg.c
@@ -35,6 +35,7 @@
 #include <linux/blkpg.h>
 #include <linux/genhd.h>
 #include <linux/swap.h>			/* for is_swap_partition() */
+#include <linux/module.h>               /* for EXPORT_SYMBOL */
 
 #include <asm/uaccess.h>
 
@@ -286,3 +287,4 @@
 	}
 }
 
+EXPORT_SYMBOL(blk_ioctl);

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)