All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Export IP32 mace symbol
@ 2005-11-12 23:38 Arnaud Giersch
  2005-11-13 18:16 ` Ralf Baechle
  0 siblings, 1 reply; 4+ messages in thread
From: Arnaud Giersch @ 2005-11-12 23:38 UTC (permalink / raw)
  To: ralf; +Cc: linux-mips

Export mace symbol so that it can be used in modules.

Signed-off-by: Arnaud Giersch <arnaud.giersch@free.fr>
---

 Ralf, you told me that this was OK but you did not committed it.

 crime.c |    3 +++
 1 files changed, 3 insertions(+)

diff --git a/arch/mips/sgi-ip32/crime.c b/arch/mips/sgi-ip32/crime.c
--- a/arch/mips/sgi-ip32/crime.c
+++ b/arch/mips/sgi-ip32/crime.c
@@ -10,6 +10,7 @@
 #include <linux/init.h>
 #include <linux/kernel.h>
 #include <linux/interrupt.h>
+#include <linux/module.h>
 #include <asm/bootinfo.h>
 #include <asm/io.h>
 #include <asm/mipsregs.h>
@@ -21,6 +22,8 @@
 struct sgi_crime *crime;
 struct sgi_mace *mace;
 
+EXPORT_SYMBOL_GPL(mace);
+
 void __init crime_init(void)
 {
 	unsigned int id, rev;

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

end of thread, other threads:[~2005-11-14 16:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-12 23:38 [PATCH] Export IP32 mace symbol Arnaud Giersch
2005-11-13 18:16 ` Ralf Baechle
2005-11-14  8:29   ` Dominique Quatravaux
2005-11-14 16:03     ` Ralf Baechle

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.