[patch 1/9] dlm: export with gpl

From: David Teigland
Date: Thu Jun 02 2005 - 03:01:48 EST


Use EXPORT_SYMBOL_GPL instead of EXPORT_SYMBOL.

Signed-off-by: David Teigland <teigland@xxxxxxxxxx>

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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/