[PATCH] block_ioctl EXPORT

James Simmons (jsimmons@transvirtual.com)
Mon, 17 Dec 2001 14:17:19 -0800 (PST)


Another missed exported function when the IDE layer is completely compiled
modular.

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

--- /usr/src/linux-2.5.1/drivers/block/block_ioctl.c Mon Dec 17 11:16:56 2001
+++ linux/drivers/block/block_ioctl.c Mon Dec 17 15:05:42 2001
@@ -81,3 +81,5 @@
#endif
return err;
}
+
+EXPORT_SYMBOL(block_ioctl);

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