From d85e708289ff68cc1cf4e4bd9b3711548f6d96ad Mon Sep 17 00:00:00 2001 From: David Daney Date: Thu, 23 Sep 2010 11:24:09 -0700 Subject: [PATCH] --- yaml --- r: 211304 b: refs/heads/master c: 158d6742bced08c87fd46b5905eebc0d41e3cdf6 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/mips/cavium-octeon/cpu.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index e5e8f5309cea..fec4acdc13a4 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 4c7106c48a061e26f646391cfe8ba7cbd28516b6 +refs/heads/master: 158d6742bced08c87fd46b5905eebc0d41e3cdf6 diff --git a/trunk/arch/mips/cavium-octeon/cpu.c b/trunk/arch/mips/cavium-octeon/cpu.c index c664c8cc2b42..a5b427909b5c 100644 --- a/trunk/arch/mips/cavium-octeon/cpu.c +++ b/trunk/arch/mips/cavium-octeon/cpu.c @@ -41,7 +41,7 @@ static int cnmips_cu2_call(struct notifier_block *nfb, unsigned long action, return NOTIFY_OK; /* Let default notifier send signals */ } -static int cnmips_cu2_setup(void) +static int __init cnmips_cu2_setup(void) { return cu2_notifier(cnmips_cu2_call, 0); }