From patchwork Sat Dec 4 03:59:00 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Julian Calaby X-Patchwork-Id: 74239 X-Patchwork-Delegate: davem@davemloft.net Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id D6969B70A3 for ; Sat, 4 Dec 2010 14:59:07 +1100 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754503Ab0LDD7H (ORCPT ); Fri, 3 Dec 2010 22:59:07 -0500 Received: from mail-yw0-f46.google.com ([209.85.213.46]:64098 "EHLO mail-yw0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754475Ab0LDD7F (ORCPT ); Fri, 3 Dec 2010 22:59:05 -0500 Received: by ywl5 with SMTP id 5so5145399ywl.19 for ; Fri, 03 Dec 2010 19:59:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=H+eWT52p8AZF4FhORGO5wYtC3P/DNBIgvnNPub9/GW0=; b=KE9ouc4Ro5ABkBa8lR0+7LfWfsH6wkJQL/VIIX7DWPTe18xVHSHIcssgzoek/nGJJD 439TBC6jGeTH6VStXN4ane69zAxmneGokuFWfj3j49R0mMASsu3Dk96kgAa5uaEemMkf tx6apq457nAQlqJq7nObz9coyYkfMk/xEkStQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=wr28FtGUA3Pv46BWtIt50tiDncBnMpNLAqjV/LUCxi0tZ+5GHfigmMm032T/N9CX+R 0kZztPhtEMS9QFL/Itw0BBGkUUMHK62xw1bly5nWjnj58HFTxPx/mI8ulrbZZUIRh7Lw Jxf3Cc0qd21MFPKu9PDfZ0+jAr9hKjKpsopjg= Received: by 10.91.26.24 with SMTP id d24mr4206302agj.160.1291435145166; Fri, 03 Dec 2010 19:59:05 -0800 (PST) Received: from [192.168.2.4] (124-168-89-61.dyn.iinet.net.au [124.168.89.61]) by mx.google.com with ESMTPS id 37sm2535609anr.24.2010.12.03.19.59.03 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 03 Dec 2010 19:59:04 -0800 (PST) Message-ID: <4CF9BC84.70905@gmail.com> Date: Sat, 04 Dec 2010 14:59:00 +1100 From: Julian Calaby User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.15) Gecko/20101030 Icedove/3.0.10 MIME-Version: 1.0 To: sparclinux@vger.kernel.org CC: davem@davemloft.net Subject: [RFC 4/8] sparc: prom: Remove unused definition of prom_stdin References: In-Reply-To: Sender: sparclinux-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: sparclinux@vger.kernel.org Signed-off-by: Julian Calaby --- er, same again. Sorry about this, I haven't done it in a while =) arch/sparc/prom/console_64.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe sparclinux" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/arch/sparc/prom/console_64.c b/arch/sparc/prom/console_64.c index d4eb8ae..d66b98c 100644 --- a/arch/sparc/prom/console_64.c +++ b/arch/sparc/prom/console_64.c @@ -13,7 +13,7 @@ #include #include -extern int prom_stdin, prom_stdout; +extern int prom_stdout; static int __prom_console_write_buf(const char *buf, int len) {