![]() | |||||||||||||
Messages in this thread Patch in this message |
Use EXPORT_SYMBOL_GPL instead of EXPORT_SYMBOL.
Signed-off-by: David Teigland <teigland@redhat.com>
Index: linux/drivers/dlm/main.c
===================================================================
--- linux.orig/drivers/dlm/main.c 2005-06-02 12:28:30.000000000 +0800
+++ linux/drivers/dlm/main.c 2005-06-02 12:43:52.480503992 +0800
@@ -96,8 +96,8 @@
MODULE_AUTHOR("Red Hat, Inc.");
MODULE_LICENSE("GPL");
-EXPORT_SYMBOL(dlm_new_lockspace);
-EXPORT_SYMBOL(dlm_release_lockspace);
-EXPORT_SYMBOL(dlm_lock);
-EXPORT_SYMBOL(dlm_unlock);
+EXPORT_SYMBOL_GPL(dlm_new_lockspace);
+EXPORT_SYMBOL_GPL(dlm_release_lockspace);
+EXPORT_SYMBOL_GPL(dlm_lock);
+EXPORT_SYMBOL_GPL(dlm_unlock);
--
-
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/
| ||||||||||||
| Last update: 2005-06-02 08:04 [W:0.236 / U:0.150 seconds] ©2003-2008 Jasper Spaans | |||||||||||||