Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 14330
b: refs/heads/master
c: 19ce1cf
h: refs/heads/master
v: v3
  • Loading branch information
Arnaud Giersch authored and Ralf Baechle committed Nov 17, 2005
1 parent 7d787c9 commit 6ba5e9d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 70ad7d1840d3479ea8503c9f89ec503115bfd2cf
refs/heads/master: 19ce1cfb2d53e5b9f70d0199d551789db2718e6f
3 changes: 3 additions & 0 deletions trunk/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 6ba5e9d

Please sign in to comment.