projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a18815a
)
rm9000_init() really is __init code.
author
Ralf Baechle
<ralf@linux-mips.org>
Mon, 7 Feb 2005 12:14:00 +0000
(12:14 +0000)
committer
Ralf Baechle
<ralf@linux-mips.org>
Sat, 29 Oct 2005 18:30:27 +0000
(19:30 +0100)
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/oprofile/op_model_rm9000.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/mips/oprofile/op_model_rm9000.c
b/arch/mips/oprofile/op_model_rm9000.c
index bee47793cb1af0201adc14e33c6b2799220dde70..9b75e41c78ef891a02021db2cf40d5c004c7e391 100644
(file)
--- a/
arch/mips/oprofile/op_model_rm9000.c
+++ b/
arch/mips/oprofile/op_model_rm9000.c
@@
-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>
@@
-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);