* [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
* Re: [PATCH] Export IP32 mace symbol
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
0 siblings, 1 reply; 4+ messages in thread
From: Ralf Baechle @ 2005-11-13 18:16 UTC (permalink / raw)
To: Arnaud Giersch; +Cc: linux-mips
On Sun, Nov 13, 2005 at 12:38:18AM +0100, Arnaud Giersch wrote:
All 5 patches applied. Thanks,
Ralf
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] Export IP32 mace symbol
2005-11-13 18:16 ` Ralf Baechle
@ 2005-11-14 8:29 ` Dominique Quatravaux
2005-11-14 16:03 ` Ralf Baechle
0 siblings, 1 reply; 4+ messages in thread
From: Dominique Quatravaux @ 2005-11-14 8:29 UTC (permalink / raw)
To: Ralf Baechle; +Cc: Arnaud Giersch, linux-mips
Ralf Baechle a écrit :
>All 5 patches applied.
>
>
So it looks like crime.c pays, after all?
M. Ralf with the mace symbol, in the code depot? :-)
--
<< Tout n'y est pas parfait, mais on y honore certainement les jardiniers >>
Dominique Quatravaux <dom@kilimandjaro.dyndns.org>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] Export IP32 mace symbol
2005-11-14 8:29 ` Dominique Quatravaux
@ 2005-11-14 16:03 ` Ralf Baechle
0 siblings, 0 replies; 4+ messages in thread
From: Ralf Baechle @ 2005-11-14 16:03 UTC (permalink / raw)
To: Dominique Quatravaux; +Cc: Arnaud Giersch, linux-mips
On Mon, Nov 14, 2005 at 09:29:56AM +0100, Dominique Quatravaux wrote:
> Ralf Baechle a écrit :
>
> >All 5 patches applied.
> >
> >
> So it looks like crime.c pays, after all?
>
> M. Ralf with the mace symbol, in the code depot? :-)
Reminds me of Batman his opponent, the pinguin ;-)
Ralf
^ 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.