Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 10983
b: refs/heads/master
c: cc26b81
h: refs/heads/master
i:
  10981: 9fcca5a
  10979: 04e3eca
  10975: a3a4aad
v: v3
  • Loading branch information
Ralf Baechle committed Oct 29, 2005
1 parent 74a929d commit 696bfc9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a18815abcdfd9f10a6ce6fbec3ad1af1ae101ce7
refs/heads/master: cc26b815ddde4168cd853be9e62ecacd392e3f64
3 changes: 2 additions & 1 deletion trunk/arch/mips/oprofile/op_model_rm9000.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
*
* Copyright (C) 2004 by Ralf Baechle
*/
#include <linux/init.h>
#include <linux/oprofile.h>
#include <linux/interrupt.h>
#include <linux/smp.h>
Expand Down Expand Up @@ -114,7 +115,7 @@ static irqreturn_t rm9000_perfcount_handler(int irq, void * dev_id,
return IRQ_HANDLED;
}

static int rm9000_init(void)
static int __init rm9000_init(void)
{
return request_irq(rm9000_perfcount_irq, rm9000_perfcount_handler,
0, "Perfcounter", NULL);
Expand Down

0 comments on commit 696bfc9

Please sign in to comment.