linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] 2.6 Altix : correct export call
@ 2006-01-26 20:13 Pat Gefre
  0 siblings, 0 replies; 3+ messages in thread
From: Pat Gefre @ 2006-01-26 20:13 UTC (permalink / raw)
  To: linux-kernel

Call EXPORT_SYMBOL_GPL in ioc3 shim layer.


Signed-off-by: Patrick Gefre <pfg@sgi.com>



 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);

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] 2.6 Altix : correct export call
  2006-01-31 23:04 Pat Gefre
@ 2006-01-31 23:07 ` Randy.Dunlap
  0 siblings, 0 replies; 3+ messages in thread
From: Randy.Dunlap @ 2006-01-31 23:07 UTC (permalink / raw)
  To: Pat Gefre; +Cc: akpm, linux-kernel

On Tue, 31 Jan 2006, Pat Gefre wrote:

> Andrew,
>
> I didn't get any resistence to this - so guessing these are the correct
> macro calls...
>
>
>
> Call EXPORT_SYMBOL_GPL in ioc3 shim layer.

only resistence to "Call".  Try "Use".


> Signed-off-by: Patrick Gefre <pfg@sgi.com>
>
>
>  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);
> -

-- 
~Randy

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH] 2.6 Altix : correct export call
@ 2006-01-31 23:04 Pat Gefre
  2006-01-31 23:07 ` Randy.Dunlap
  0 siblings, 1 reply; 3+ messages in thread
From: Pat Gefre @ 2006-01-31 23:04 UTC (permalink / raw)
  To: akpm; +Cc: linux-kernel

Andrew,

I didn't get any resistence to this - so guessing these are the correct
macro calls...



Call EXPORT_SYMBOL_GPL in ioc3 shim layer.


Signed-off-by: Patrick Gefre <pfg@sgi.com>


 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);

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2006-01-31 23:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-01-26 20:13 [PATCH] 2.6 Altix : correct export call Pat Gefre
2006-01-31 23:04 Pat Gefre
2006-01-31 23:07 ` Randy.Dunlap

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).