[PATCH][RIO] -mm: ppc32 EXPORT_SYMBOL_GPL conversions
Matt Porter
mporter at kernel.crashing.org
Tue Jun 7 09:52:24 EST 2005
Convert PPC32/MPC85xx EXPORT_SYMBOL->EXPORT_SYMBOL_GPL.
Signed-off-by: Matt Porter <mporter at kernel.crashing.org>
commit 113049d95f681dcb7317d7c641cc180634b35a1d
tree fe55ba09ede44aac1dfb0c416143ea3b4a8ca9a2
parent 7127e712a4aac828daecd47be8a0d15b3977a5e0
author Matt Porter <mporter at kernel.crashing.org> Mon, 06 Jun 2005 10:26:57 -0700
committer Matt Porter <mporter at 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
More information about the Linuxppc-embedded
mailing list