Commit 19ce1cfb authored by Arnaud Giersch's avatar Arnaud Giersch Committed by Ralf Baechle

[MIPS] IP32: Export mace symbol.

    
Export mace symbol so that it can be used in modules.
Signed-off-by: default avatarArnaud Giersch <arnaud.giersch@free.fr>
Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent 70ad7d18
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment