From acf518cbba773e2c20fe313acb340da65001c7a8 Mon Sep 17 00:00:00 2001
From: Ralf Baechle <ralf@linux-mips.org>
Date: Thu, 18 May 2006 01:16:10 +0200
Subject: [PATCH] [MIPS] Remove duplicate declaration of cpu_online_map.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
---
 include/asm-mips/smp.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/include/asm-mips/smp.h b/include/asm-mips/smp.h
index 75c6fe7c21268..5a4fad910d825 100644
--- a/include/asm-mips/smp.h
+++ b/include/asm-mips/smp.h
@@ -48,7 +48,6 @@ extern struct call_data_struct *call_data;
 #define SMP_CALL_FUNCTION	0x2
 
 extern cpumask_t phys_cpu_present_map;
-extern cpumask_t cpu_online_map;
 #define cpu_possible_map	phys_cpu_present_map
 
 extern cpumask_t cpu_callout_map;
-- 
GitLab