All of lore.kernel.org
 help / color / mirror / Atom feed
From: Matt Porter <mporter@kernel.crashing.org>
To: akpm@osdl.org
Cc: linux-kernel@vger.kernel.org, linuxppc-embedded@ozlabs.org
Subject: [PATCH][RIO] -mm: ppc32 EXPORT_SYMBOL_GPL conversions
Date: Mon, 6 Jun 2005 16:52:24 -0700	[thread overview]
Message-ID: <11181019442621@foobar.com> (raw)
In-Reply-To: <11181019442715@foobar.com>

Convert PPC32/MPC85xx EXPORT_SYMBOL->EXPORT_SYMBOL_GPL.

Signed-off-by: Matt Porter <mporter@kernel.crashing.org>

commit 113049d95f681dcb7317d7c641cc180634b35a1d
tree fe55ba09ede44aac1dfb0c416143ea3b4a8ca9a2
parent 7127e712a4aac828daecd47be8a0d15b3977a5e0
author Matt Porter <mporter@kernel.crashing.org> Mon, 06 Jun 2005 10:26:57 =
-0700
committer Matt Porter <mporter@kernel.crashing.org> Mon, 06 Jun 2005 10:26:=
57 -0700

 arch/ppc/syslib/ppc85xx_rio.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/arch/ppc/syslib/ppc85xx_rio.c b/arch/ppc/syslib/ppc85xx_rio.c
--- a/arch/ppc/syslib/ppc85xx_rio.c
+++ b/arch/ppc/syslib/ppc85xx_rio.c
@@ -341,7 +341,7 @@ rio_hw_add_outb_message(struct rio_mport
 	return ret;
 }
=20
-EXPORT_SYMBOL(rio_hw_add_outb_message);
+EXPORT_SYMBOL_GPL(rio_hw_add_outb_message);
=20
 /**
  * mpc85xx_rio_tx_handler - MPC85xx outbound message interrupt handler
@@ -637,7 +637,7 @@ int rio_hw_add_inb_buffer(struct rio_mpo
 	return rc;
 }
=20
-EXPORT_SYMBOL(rio_hw_add_inb_buffer);
+EXPORT_SYMBOL_GPL(rio_hw_add_inb_buffer);
=20
 /**
  * rio_hw_get_inb_message - Fetch inbound message from the MPC85xx message=
 unit
@@ -684,7 +684,7 @@ void *rio_hw_get_inb_message(struct rio_
 	return buf;
 }
=20
-EXPORT_SYMBOL(rio_hw_get_inb_message);
+EXPORT_SYMBOL_GPL(rio_hw_get_inb_message);
=20
 /**
  * mpc85xx_rio_dbell_handler - MPC85xx doorbell interrupt handler

WARNING: multiple messages have this Message-ID (diff)
From: Matt Porter <mporter@kernel.crashing.org>
To: akpm@osdl.org
Cc: linux-kernel@vger.kernel.org, linuxppc-embedded@ozlabs.org
Subject: [PATCH][RIO] -mm: ppc32 EXPORT_SYMBOL_GPL conversions
Date: Mon, 6 Jun 2005 16:52:24 -0700	[thread overview]
Message-ID: <11181019442621@foobar.com> (raw)
In-Reply-To: <11181019442715@foobar.com>

Convert PPC32/MPC85xx EXPORT_SYMBOL->EXPORT_SYMBOL_GPL.

Signed-off-by: Matt Porter <mporter@kernel.crashing.org>

commit 113049d95f681dcb7317d7c641cc180634b35a1d
tree fe55ba09ede44aac1dfb0c416143ea3b4a8ca9a2
parent 7127e712a4aac828daecd47be8a0d15b3977a5e0
author Matt Porter <mporter@kernel.crashing.org> Mon, 06 Jun 2005 10:26:57 -0700
committer Matt Porter <mporter@kernel.crashing.org> Mon, 06 Jun 2005 10:26:57 -0700

 arch/ppc/syslib/ppc85xx_rio.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/arch/ppc/syslib/ppc85xx_rio.c b/arch/ppc/syslib/ppc85xx_rio.c
--- a/arch/ppc/syslib/ppc85xx_rio.c
+++ b/arch/ppc/syslib/ppc85xx_rio.c
@@ -341,7 +341,7 @@ rio_hw_add_outb_message(struct rio_mport
 	return ret;
 }
 
-EXPORT_SYMBOL(rio_hw_add_outb_message);
+EXPORT_SYMBOL_GPL(rio_hw_add_outb_message);
 
 /**
  * mpc85xx_rio_tx_handler - MPC85xx outbound message interrupt handler
@@ -637,7 +637,7 @@ int rio_hw_add_inb_buffer(struct rio_mpo
 	return rc;
 }
 
-EXPORT_SYMBOL(rio_hw_add_inb_buffer);
+EXPORT_SYMBOL_GPL(rio_hw_add_inb_buffer);
 
 /**
  * rio_hw_get_inb_message - Fetch inbound message from the MPC85xx message unit
@@ -684,7 +684,7 @@ void *rio_hw_get_inb_message(struct rio_
 	return buf;
 }
 
-EXPORT_SYMBOL(rio_hw_get_inb_message);
+EXPORT_SYMBOL_GPL(rio_hw_get_inb_message);
 
 /**
  * mpc85xx_rio_dbell_handler - MPC85xx doorbell interrupt handler


  reply	other threads:[~2005-06-06 23:52 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-06-06 23:52 [PATCH][RIO] -mm: Fix macro indenting Matt Porter
2005-06-06 23:52 ` Matt Porter
2005-06-06 23:52 ` [PATCH][RIO] -mm: Convert EXPORT_SYMBOL -> EXPORT_SYMBOL_GPL Matt Porter
2005-06-06 23:52   ` Matt Porter
2005-06-06 23:52   ` [PATCH][RIO] -mm: sysfs config space fixes Matt Porter
2005-06-06 23:52     ` Matt Porter
2005-06-06 23:52     ` Matt Porter [this message]
2005-06-06 23:52       ` [PATCH][RIO] -mm: ppc32 EXPORT_SYMBOL_GPL conversions Matt Porter
2005-06-06 23:52       ` [PATCH][RIO] -mm: rionet updates Matt Porter
2005-06-06 23:52         ` Matt Porter

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=11181019442621@foobar.com \
    --to=mporter@kernel.crashing.org \
    --cc=akpm@osdl.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linuxppc-embedded@ozlabs.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.