All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arch/mips/kernel/smp-bmips.c does not need to include version.h
@ 2012-01-15 20:07 Jesper Juhl
  2012-01-16 10:04 ` Ralf Baechle
  0 siblings, 1 reply; 2+ messages in thread
From: Jesper Juhl @ 2012-01-15 20:07 UTC (permalink / raw)
  To: linux-mips; +Cc: linux-kernel, Kevin Cernekee, Ralf Baechle, trivial

As 'make versioncheck' nicely points out, arch/mips/kernel/smp-bmips.c
has no need to '#include <linux/version.h>'. This patch removes the
unneeded include.

Signed-off-by: Jesper Juhl <jj@chaosbits.net>
---
 arch/mips/kernel/smp-bmips.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/arch/mips/kernel/smp-bmips.c b/arch/mips/kernel/smp-bmips.c
index 58fe71a..d5e950a 100644
--- a/arch/mips/kernel/smp-bmips.c
+++ b/arch/mips/kernel/smp-bmips.c
@@ -8,7 +8,6 @@
  * SMP support for BMIPS
  */
 
-#include <linux/version.h>
 #include <linux/init.h>
 #include <linux/sched.h>
 #include <linux/mm.h>
-- 
1.7.8.3


-- 
Jesper Juhl <jj@chaosbits.net>       http://www.chaosbits.net/
Don't top-post http://www.catb.org/jargon/html/T/top-post.html
Plain text mails only, please.


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

* Re: [PATCH] arch/mips/kernel/smp-bmips.c does not need to include version.h
  2012-01-15 20:07 [PATCH] arch/mips/kernel/smp-bmips.c does not need to include version.h Jesper Juhl
@ 2012-01-16 10:04 ` Ralf Baechle
  0 siblings, 0 replies; 2+ messages in thread
From: Ralf Baechle @ 2012-01-16 10:04 UTC (permalink / raw)
  To: Jesper Juhl; +Cc: linux-mips, linux-kernel, Kevin Cernekee, trivial

Thanks, applied.

  Ralf

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

end of thread, other threads:[~2012-01-16 10:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-01-15 20:07 [PATCH] arch/mips/kernel/smp-bmips.c does not need to include version.h Jesper Juhl
2012-01-16 10:04 ` Ralf Baechle

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.