Re: [PATCH 2/4] Sparc: sparc_cpu_model isn't in asm/system.h any more [ver #2]

2014-02-20 Thread David Miller
From: David Howells Date: Thu, 20 Feb 2014 16:08:12 + > sparc_cpu_model isn't in asm/system.h any more, so remove a comment about it. > > Signed-off-by: David Howells Applied, thanks David. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message

[PATCH 2/4] Sparc: sparc_cpu_model isn't in asm/system.h any more [ver #2]

2014-02-20 Thread David Howells
sparc_cpu_model isn't in asm/system.h any more, so remove a comment about it. Signed-off-by: David Howells cc: "David S. Miller" cc: sparcli...@vger.kernel.org --- drivers/sbus/char/jsflash.c |1 - 1 file changed, 1 deletion(-) diff --git a/drivers/sbus/char/jsflash.c b/drivers/sbus/char

Re: [PATCH 2/4] Sparc: sparc_cpu_model isn't in asm/system.h any more

2014-02-19 Thread David Miller
From: David Howells Date: Wed, 12 Feb 2014 15:45:59 + > sparc_cpu_model isn't in asm/system.h any more, so remove a comment about it. > > Signed-off-by: David Howells That's not all your patch does: > - /* extern enum sparc_cpu sparc_cpu_model; */ /* in */ > - if (sparc_cpu_model

[PATCH 2/4] Sparc: sparc_cpu_model isn't in asm/system.h any more

2014-02-12 Thread David Howells
sparc_cpu_model isn't in asm/system.h any more, so remove a comment about it. Signed-off-by: David Howells cc: "David S. Miller" cc: sparcli...@vger.kernel.org --- drivers/sbus/char/jsflash.c |4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/drivers/sbus/char/jsflash.c