* [patch 1/9] dlm: export with gpl
@ 2005-06-02 8:02 David Teigland
0 siblings, 0 replies; only message in thread
From: David Teigland @ 2005-06-02 8:02 UTC (permalink / raw)
To: akpm, linux-kernel
[-- Attachment #1: export-with-gpl.patch --]
[-- Type: text/plain, Size: 693 bytes --]
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);
--
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-06-02 7:58 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-06-02 8:02 [patch 1/9] dlm: export with gpl David Teigland
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.