Skip to content

Commit

Permalink
[MIPS] IP32: Export mace symbol.
Browse files Browse the repository at this point in the history
    
Export mace symbol so that it can be used in modules.
    
Signed-off-by: Arnaud Giersch <arnaud.giersch@free.fr>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Arnaud Giersch authored and Ralf Baechle committed Nov 17, 2005
1 parent 70ad7d1 commit 19ce1cf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions arch/mips/sgi-ip32/crime.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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;
Expand Down

0 comments on commit 19ce1cf

Please sign in to comment.