All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC 4/8] sparc: prom: Remove unused definition of prom_stdin
@ 2010-12-04  3:57 Julian Calaby
  2010-12-04  3:59 ` Julian Calaby
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Julian Calaby @ 2010-12-04  3:57 UTC (permalink / raw)
  To: sparclinux

Signed-off-by: Julian Calaby <julian.calaby@gmail.com>
---
 arch/sparc/prom/console_64.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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 <asm/system.h>
 #include <linux/string.h>
 
-extern int prom_stdin, prom_stdout;
+extern int prom_stdout;
 
 static int __prom_console_write_buf(const char *buf, int len)
 {
-- 
1.7.2.3



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [RFC 4/8] sparc: prom: Remove unused definition of prom_stdin
  2010-12-04  3:57 [RFC 4/8] sparc: prom: Remove unused definition of prom_stdin Julian Calaby
@ 2010-12-04  3:59 ` Julian Calaby
  2010-12-12 22:52 ` David Miller
  2010-12-12 23:15 ` Julian Calaby
  2 siblings, 0 replies; 4+ messages in thread
From: Julian Calaby @ 2010-12-04  3:59 UTC (permalink / raw)
  To: sparclinux

Signed-off-by: Julian Calaby <julian.calaby@gmail.com>
---

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(-)

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 <asm/system.h>
 #include <linux/string.h>
 
-extern int prom_stdin, prom_stdout;
+extern int prom_stdout;
 
 static int __prom_console_write_buf(const char *buf, int len)
 {

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [RFC 4/8] sparc: prom: Remove unused definition of prom_stdin
  2010-12-04  3:57 [RFC 4/8] sparc: prom: Remove unused definition of prom_stdin Julian Calaby
  2010-12-04  3:59 ` Julian Calaby
@ 2010-12-12 22:52 ` David Miller
  2010-12-12 23:15 ` Julian Calaby
  2 siblings, 0 replies; 4+ messages in thread
From: David Miller @ 2010-12-12 22:52 UTC (permalink / raw)
  To: sparclinux

From: Julian Calaby <jcalaby@julian.is-a-geek.org>
Date: Sat, 04 Dec 2010 14:57:34 +1100

> Signed-off-by: Julian Calaby <julian.calaby@gmail.com>

prom_stdin is still assigned (unnecessarily) in init_64.c so we
really can remove this thing completely.

I'll make a patch which does that.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [RFC 4/8] sparc: prom: Remove unused definition of prom_stdin
  2010-12-04  3:57 [RFC 4/8] sparc: prom: Remove unused definition of prom_stdin Julian Calaby
  2010-12-04  3:59 ` Julian Calaby
  2010-12-12 22:52 ` David Miller
@ 2010-12-12 23:15 ` Julian Calaby
  2 siblings, 0 replies; 4+ messages in thread
From: Julian Calaby @ 2010-12-12 23:15 UTC (permalink / raw)
  To: sparclinux

On Mon, Dec 13, 2010 at 09:52, David Miller <davem@davemloft.net> wrote:
> From: Julian Calaby <jcalaby@julian.is-a-geek.org>
> Date: Sat, 04 Dec 2010 14:57:34 +1100
>
>> Signed-off-by: Julian Calaby <julian.calaby@gmail.com>
>
> prom_stdin is still assigned (unnecessarily) in init_64.c so we
> really can remove this thing completely.
>
> I'll make a patch which does that.

Cool, thanks!

-- 
Julian Calaby

Email: julian.calaby@gmail.com
Profile: http://www.google.com/profiles/julian.calaby/
.Plan: http://sites.google.com/site/juliancalaby/

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-12-12 23:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-04  3:57 [RFC 4/8] sparc: prom: Remove unused definition of prom_stdin Julian Calaby
2010-12-04  3:59 ` Julian Calaby
2010-12-12 22:52 ` David Miller
2010-12-12 23:15 ` Julian Calaby

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.