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, 14 Oct 2009
 13:04:12 -0600
Received: from mail2.lsil.com (mail2.lsil.com [147.145.40.22])	by
 milmhbs1.lsil.com (8.12.11/8.12.11) with ESMTP id n9EJ4CH7021162	for
 <andy.sharp@lsi.com>; Wed, 14 Oct 2009 12:04:12 -0700
Received: from psmtp.com (na3sys009amx251.postini.com [74.125.149.135])	by
 mail2.lsil.com (8.12.11/8.12.11) with SMTP id n9EJ0WGD023620	for
 <andy.sharp@lsi.com>; Wed, 14 Oct 2009 12:00:32 -0700 (PDT)
Received: from source ([78.24.191.182]) by na3sys009amx251.postini.com
 ([74.125.148.14]) with SMTP;	Wed, 14 Oct 2009 15:04:11 EDT
Received: from localhost.localdomain ([127.0.0.1]:40664 "EHLO
	eddie.linux-mips.org" rhost-flags-OK-OK-OK-FAIL) by ftp.linux-mips.org	with
 ESMTP id S1493661AbZJNTEJ (ORCPT <rfc822;andy.sharp@lsi.com>);	Wed, 14 Oct
 2009 21:04:09 +0200
Received: with ECARTIS (v1.0.0; list linux-mips); Wed, 14 Oct 2009 21:03:51
 +0200 (CEST)
Received: from gw01.mail.saunalahti.fi ([195.197.172.115]:38977 "EHLO
	gw01.mail.saunalahti.fi" rhost-flags-OK-OK-OK-OK)	by ftp.linux-mips.org with
 ESMTP id S1493639AbZJNTCf (ORCPT	<rfc822;linux-mips@linux-mips.org>); Wed, 14
 Oct 2009 21:02:35 +0200
Received: from localhost.localdomain (a88-114-232-190.elisa-laajakaista.fi
 [88.114.232.190])	by gw01.mail.saunalahti.fi (Postfix) with ESMTP id
 D1BEB1516EA;	Wed, 14 Oct 2009 22:02:31 +0300 (EEST)
From: Dmitri Vorobiev <dmitri.vorobiev@movial.com>
To: "ralf@linux-mips.org" <ralf@linux-mips.org>, "linux-mips@linux-mips.org"
	<linux-mips@linux-mips.org>
CC: Dmitri Vorobiev <dmitri.vorobiev@movial.com>
Sender: "linux-mips-bounce@linux-mips.org" <linux-mips-bounce@linux-mips.org>
Date: Wed, 14 Oct 2009 13:02:19 -0600
Subject: [PATCH 3/3] [MIPS] remove an unused header file
Thread-Topic: [PATCH 3/3] [MIPS] remove an unused header file
Thread-Index: AcpNAR39nqg6ftbcSKWIdD0CWvKIJQ==
Message-ID: <1255546939-3302-4-git-send-email-dmitri.vorobiev@movial.com>
References: <1255546939-3302-1-git-send-email-dmitri.vorobiev@movial.com>
In-Reply-To: <1255546939-3302-1-git-send-email-dmitri.vorobiev@movial.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:95.64940/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 <dmitri.vorobiev@movial.com> [db-null] 
x-pstn-neptune: 1/1/1.00/77
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
MIME-Version: 1.0

Nobody includes arch/mips/include/asm/mach-au1x00/prom.h, so remove
this header file now.

Signed-off-by: Dmitri Vorobiev <dmitri.vorobiev@movial.com>
---
 arch/mips/include/asm/mach-au1x00/prom.h |   13 -------------
 1 files changed, 0 insertions(+), 13 deletions(-)
 delete mode 100644 arch/mips/include/asm/mach-au1x00/prom.h

diff --git a/arch/mips/include/asm/mach-au1x00/prom.h b/arch/mips/include/a=
sm/mach-au1x00/prom.h
deleted file mode 100644
index e387155..0000000
--- a/arch/mips/include/asm/mach-au1x00/prom.h
+++ /dev/null
@@ -1,13 +0,0 @@
-#ifndef __AU1X00_PROM_H
-#define __AU1X00_PROM_H
-
-extern int prom_argc;
-extern char **prom_argv;
-extern char **prom_envp;
-
-extern void prom_init_cmdline(void);
-extern char *prom_getcmdline(void);
-extern char *prom_getenv(char *envname);
-extern int prom_get_ethernet_addr(char *ethernet_addr);
-
-#endif
--=20
1.6.0.4


