Received: from mail.onstor.com (66.201.51.107) by exch1.onstor.net
 (10.0.0.225) with Microsoft SMTP Server id 8.1.311.2; Tue, 5 May 2009
 17:42:10 -0700
Received: from psmtp.com ([64.18.0.123]) by mail.onstor.com with Microsoft
 SMTPSVC(6.0.3790.3959);	 Tue, 5 May 2009 17:42:09 -0700
Received: from source ([213.58.128.207]) by exprod5mx237.postini.com
 ([64.18.4.13]) with SMTP;	Tue, 05 May 2009 17:42:07 PDT
Received: from localhost.localdomain ([127.0.0.1]:49214 "EHLO
	ftp.linux-mips.org" rhost-flags-OK-OK-OK-FAIL) by ftp.linux-mips.org	with
 ESMTP id S20021310AbZEFAiC (ORCPT	<rfc822;andy.sharp@onstor.com>); Wed, 6 May
 2009 01:38:02 +0100
Received: with ECARTIS (v1.0.0; list linux-mips); Wed, 06 May 2009 01:37:45
 +0100 (BST)
Received: from mail3.caviumnetworks.com ([12.108.191.235]:16970 "EHLO
	mail3.caviumnetworks.com" rhost-flags-OK-OK-OK-OK)	by ftp.linux-mips.org with
 ESMTP id S20021374AbZEFAge (ORCPT	<rfc822;linux-mips@linux-mips.org>); Wed, 6
 May 2009 01:36:34 +0100
Received: from exch4.caveonetworks.com (Not Verified[192.168.16.23]) by
 mail3.caviumnetworks.com with MailMarshal (v6,2,2,3503)	id <B4a00db800001>;
 Tue, 05 May 2009 20:36:16 -0400
Received: from exch4.caveonetworks.com ([192.168.16.23]) by
 exch4.caveonetworks.com with Microsoft SMTPSVC(6.0.3790.3959);	 Tue, 5 May
 2009 17:35:29 -0700
Received: from dd1.caveonetworks.com ([64.169.86.201]) by
 exch4.caveonetworks.com over TLS secured channel with Microsoft
 SMTPSVC(6.0.3790.3959);	 Tue, 5 May 2009 17:35:28 -0700
Received: from dd1.caveonetworks.com (localhost.localdomain [127.0.0.1])	by
 dd1.caveonetworks.com (8.14.2/8.14.2) with ESMTP id n460ZOGn022759;	Tue, 5
 May 2009 17:35:24 -0700
Received: (from ddaney@localhost)	by dd1.caveonetworks.com
 (8.14.2/8.14.2/Submit) id n460ZOnr022758;	Tue, 5 May 2009 17:35:24 -0700
From: David Daney <ddaney@caviumnetworks.com>
To: "linux-mips@linux-mips.org" <linux-mips@linux-mips.org>,
	"ralf@linux-mips.org" <ralf@linux-mips.org>, "gregkh@suse.de"
	<gregkh@suse.de>
CC: David Daney <ddaney@caviumnetworks.com>
Sender: "linux-mips-bounce@linux-mips.org" <linux-mips-bounce@linux-mips.org>
Date: Tue, 5 May 2009 17:35:17 -0700
Subject: [PATCH 2/7] MIPS: Export cvmx_sysinfo_get needed by octeon-ethernet
 driver.
Thread-Topic: [PATCH 2/7] MIPS: Export cvmx_sysinfo_get needed by
 octeon-ethernet driver.
Thread-Index: AcnN4334DEHqNJ6OTdmyfnWa4M+mtg==
Message-ID: <1241570122-22728-2-git-send-email-ddaney@caviumnetworks.com>
References: <4A00DA84.5040101@caviumnetworks.com>
In-Reply-To: <4A00DA84.5040101@caviumnetworks.com>
Accept-Language: en-US
Content-Language: en-US
X-MS-Exchange-Organization-AuthAs: Internal
X-MS-Exchange-Organization-AuthMechanism: 0b
X-MS-Exchange-Organization-AuthSource: exch1.onstor.net
X-MS-Has-Attach:
X-Auto-Response-Suppress: All
X-MS-TNEF-Correlator:
x-originalarrivaltime: 06 May 2009 00:35:28.0893 (UTC)
 FILETIME=[8E354AD0:01C9CDE2]
x-ems-stamp: +8CowN6j65oKyf5DOc0oCg==
x-ems-proccessed: 2K3Xl1OQTInXD6xxuA8z3Q==
errors-to: linux-mips-bounce@linux-mips.org
x-pstn-neptune: 2/1/0.50/77
x-pstn-levels: (S:73.09779/99.90000 CV:99.9000 FC:95.5390 LC:95.5390
 R:95.9108 P:95.9108 M:97.0282 C:98.6951 )
x-list: linux-mips
x-archive-position: 22632
x-ecartis-version: Ecartis v1.0.0
x-original-sender: ddaney@caviumnetworks.com
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
MIME-Version: 1.0

Signed-off-by: David Daney <ddaney@caviumnetworks.com>
---
 arch/mips/cavium-octeon/executive/cvmx-sysinfo.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/arch/mips/cavium-octeon/executive/cvmx-sysinfo.c b/arch/mips/c=
avium-octeon/executive/cvmx-sysinfo.c
index 4812370..e583889 100644
--- a/arch/mips/cavium-octeon/executive/cvmx-sysinfo.c
+++ b/arch/mips/cavium-octeon/executive/cvmx-sysinfo.c
@@ -29,6 +29,7 @@
  * This module provides system/board/application information obtained
  * by the bootloader.
  */
+#include <linux/module.h>
=20
 #include <asm/octeon/cvmx.h>
 #include <asm/octeon/cvmx-spinlock.h>
@@ -69,6 +70,7 @@ struct cvmx_sysinfo *cvmx_sysinfo_get(void)
 {
 	return &(state.sysinfo);
 }
+EXPORT_SYMBOL(cvmx_sysinfo_get);
=20
 /**
  * This function is used in non-simple executive environments (such as
--=20
1.6.0.6


