[PATCH] 2.6 Altix : correct export call

From: Pat Gefre
Date: Thu Jan 26 2006 - 15:11:26 EST


Call EXPORT_SYMBOL_GPL in ioc3 shim layer.


Signed-off-by: Patrick Gefre <pfg@xxxxxxx>



ioc3.c | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)


Index: linux/drivers/sn/ioc3.c
===================================================================
--- linux.orig/drivers/sn/ioc3.c 2006-01-26 10:46:30.201721192 -0600
+++ linux/drivers/sn/ioc3.c 2006-01-26 11:53:34.685090381 -0600
@@ -843,9 +843,9 @@
MODULE_DESCRIPTION("PCI driver for SGI IOC3");
MODULE_LICENSE("GPL");

-EXPORT_SYMBOL(ioc3_register_submodule);
-EXPORT_SYMBOL(ioc3_unregister_submodule);
-EXPORT_SYMBOL(ioc3_ack);
-EXPORT_SYMBOL(ioc3_gpcr_set);
-EXPORT_SYMBOL(ioc3_disable);
-EXPORT_SYMBOL(ioc3_enable);
+EXPORT_SYMBOL_GPL(ioc3_register_submodule);
+EXPORT_SYMBOL_GPL(ioc3_unregister_submodule);
+EXPORT_SYMBOL_GPL(ioc3_ack);
+EXPORT_SYMBOL_GPL(ioc3_gpcr_set);
+EXPORT_SYMBOL_GPL(ioc3_disable);
+EXPORT_SYMBOL_GPL(ioc3_enable);
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/