Received: from milmhbs1.lsil.com (147.145.21.209) by coscas01.lsi.com
 (172.21.36.60) with Microsoft SMTP Server id 8.1.393.1; Wed, 3 Mar 2010
 00:27:17 -0700
Received: from mail1.lsil.com (mail1.lsil.com [147.145.40.21])	by
 milmhbs1.lsil.com (8.12.11/8.12.11) with ESMTP id o237RHRf012034	for
 <andy.sharp@lsi.com>; Tue, 2 Mar 2010 23:27:17 -0800
Received: from psmtp.com (na3sys009amx231.postini.com [74.125.149.115])	by
 mail1.lsil.com (8.12.11/8.12.11) with SMTP id o237RFdI013305	for
 <andy.sharp@lsi.com>; Tue, 2 Mar 2010 23:27:16 -0800 (PST)
Received: from source ([78.24.191.182]) by na3sys009amx231.postini.com
 ([74.125.148.14]) with SMTP;	Wed, 03 Mar 2010 02:27:16 EST
Received: from localhost.localdomain ([127.0.0.1]:46210 "EHLO
        eddie.linux-mips.org" rhost-flags-OK-OK-OK-FAIL)        by
 eddie.linux-mips.org with ESMTP id S1491838Ab0CCH1O (ORCPT
        <rfc822;andy.sharp@lsi.com>); Wed, 3 Mar 2010 08:27:14 +0100
Received: with ECARTIS (v1.0.0; list linux-mips); Wed, 03 Mar 2010 08:26:55
 +0100 (CET)
Received: from mail.windriver.com ([147.11.1.11]:33740 "EHLO
        mail.windriver.com" rhost-flags-OK-OK-OK-OK) by eddie.linux-mips.org
        with ESMTP id S1491110Ab0CCH03 (ORCPT
        <rfc822;linux-mips@linux-mips.org>); Wed, 3 Mar 2010 08:26:29 +0100
Received: from localhost.localdomain (pek-lpgbuild1.wrs.com [128.224.153.29])
        by mail.windriver.com (8.14.3/8.14.3) with ESMTP id o237QD6w002456;
        Tue, 2 Mar 2010 23:26:21 -0800 (PST)
From: Yang Shi <yang.shi@windriver.com>
To: "ddaney@caviumnetworks.com" <ddaney@caviumnetworks.com>,
	"ralf@linux-mips.org" <ralf@linux-mips.org>
CC: "linux-mips@linux-mips.org" <linux-mips@linux-mips.org>
Sender: "linux-mips-bounce@linux-mips.org" <linux-mips-bounce@linux-mips.org>
Date: Wed, 3 Mar 2010 00:26:11 -0700
Subject: [PATCH 2/3] MIPS: Octeon: Remove redundant declaration of
 octeon_reserve32_memory
Thread-Topic: [PATCH 2/3] MIPS: Octeon: Remove redundant declaration of
 octeon_reserve32_memory
Thread-Index: Acq6ovSEhX1tP/VSTtKZKwEK2IdIFw==
Message-ID:
 <3118b3d0f3ed042df1ee2771325c3824e6fc7ba9.1267600234.git.yang.shi@windriver.com>
References:
 <6310b9cb3048ec0c2873d932778165370e5e7c7e.1267600234.git.yang.shi@windriver.com>
In-Reply-To:
 <6310b9cb3048ec0c2873d932778165370e5e7c7e.1267600234.git.yang.shi@windriver.com>
Accept-Language: en-US
Content-Language: en-US
X-MS-Exchange-Organization-AuthAs: Anonymous
X-MS-Exchange-Organization-AuthSource: coscas01.lsi.com
X-MS-Has-Attach:
X-Auto-Response-Suppress: All
X-MS-TNEF-Correlator:
x-scanned-by: MIMEDefang 2.39
errors-to: linux-mips-bounce@linux-mips.org
x-pstn-levels: (S:99.90000/99.90000 CV:99.9000 FC:95.5390 LC:95.5390
 R:95.9108 P:95.9108 M:97.0282 C:98.6951 )
x-pstn-settings: 3 (1.0000:1.0000) s cv gt3 gt2 gt1 r p m c 
x-pstn-addresses: from <yang.shi@windriver.com> [22/1] 
x-pstn-neptune: 0/0/0.00/0
x-list: linux-mips
x-original-sender: yang.shi@windriver.com
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
MIME-Version: 1.0

In Octeon's setup.c, octeon_reserve32_memory is defined, so remove the
redundant extern declaration of this variable.

Signed-off-by: Yang Shi <yang.shi@windriver.com>
---
 arch/mips/cavium-octeon/setup.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/arch/mips/cavium-octeon/setup.c b/arch/mips/cavium-octeon/setu=
p.c
index 4eaa35f..8309d68 100644
--- a/arch/mips/cavium-octeon/setup.c
+++ b/arch/mips/cavium-octeon/setup.c
@@ -45,9 +45,6 @@ extern struct plat_smp_ops octeon_smp_ops;
 extern void pci_console_init(const char *arg);
 #endif
=20
-#ifdef CONFIG_CAVIUM_RESERVE32
-extern uint64_t octeon_reserve32_memory;
-#endif
 static unsigned long long MAX_MEMORY =3D 512ull << 20;
=20
 struct octeon_boot_descriptor *octeon_boot_desc_ptr;
--=20
1.6.3.3


