[PATCH] MIPS: Octeon: Fix build error in cavium-octeon/cpu.c

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This file was not building.

Signed-off-by: David Daney <ddaney@xxxxxxxxxxxxxxxxxx>
---

Building against linux-queue I was getting errors due to changes in
cu2_notifier.

 arch/mips/cavium-octeon/cpu.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/mips/cavium-octeon/cpu.c b/arch/mips/cavium-octeon/cpu.c
index 0ad070c..c664c8c 100644
--- a/arch/mips/cavium-octeon/cpu.c
+++ b/arch/mips/cavium-octeon/cpu.c
@@ -43,6 +43,6 @@ static int cnmips_cu2_call(struct notifier_block *nfb, unsigned long action,
 
 static int cnmips_cu2_setup(void)
 {
-	return cu2_notifier(cnmips_cu2_call);
+	return cu2_notifier(cnmips_cu2_call, 0);
 }
 early_initcall(cnmips_cu2_setup);
-- 
1.7.1.1




[Index of Archives]     [Linux MIPS Home]     [LKML Archive]     [Linux ARM Kernel]     [Linux ARM]     [Linux]     [Git]     [Yosemite News]     [Linux SCSI]     [Linux Hams]

  Powered by Linux