* [2.6 patch] arch/i386/kernel/alternative.c should #include <asm/bugs.h>
@ 2007-01-03 23:09 Adrian Bunk
0 siblings, 0 replies; 3+ messages in thread
From: Adrian Bunk @ 2007-01-03 23:09 UTC (permalink / raw)
To: linux-kernel
Every file should include the headers containing the prototypes for
it's global functions.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
--- linux-2.6.20-rc2-mm1/arch/i386/kernel/alternative.c.old 2007-01-03 23:13:18.000000000 +0100
+++ linux-2.6.20-rc2-mm1/arch/i386/kernel/alternative.c 2007-01-03 23:13:32.000000000 +0100
@@ -4,6 +4,7 @@
#include <linux/list.h>
#include <asm/alternative.h>
#include <asm/sections.h>
+#include <asm/bugs.h>
static int no_replacement = 0;
static int smp_alt_once = 0;
^ permalink raw reply [flat|nested] 3+ messages in thread
* [2.6 patch] arch/i386/kernel/alternative.c should #include <asm/bugs.h>
@ 2007-01-18 21:55 Adrian Bunk
0 siblings, 0 replies; 3+ messages in thread
From: Adrian Bunk @ 2007-01-18 21:55 UTC (permalink / raw)
To: Andrew Morton; +Cc: linux-kernel
Every file should include the headers containing the prototypes for
it's global functions.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
---
This patch was already sent on:
- 4 Jan 2007
--- linux-2.6.20-rc2-mm1/arch/i386/kernel/alternative.c.old 2007-01-03 23:13:18.000000000 +0100
+++ linux-2.6.20-rc2-mm1/arch/i386/kernel/alternative.c 2007-01-03 23:13:32.000000000 +0100
@@ -4,6 +4,7 @@
#include <linux/list.h>
#include <asm/alternative.h>
#include <asm/sections.h>
+#include <asm/bugs.h>
static int no_replacement = 0;
static int smp_alt_once = 0;
^ permalink raw reply [flat|nested] 3+ messages in thread
* [2.6 patch] arch/i386/kernel/alternative.c should #include <asm/bugs.h>
@ 2007-02-20 0:07 Adrian Bunk
0 siblings, 0 replies; 3+ messages in thread
From: Adrian Bunk @ 2007-02-20 0:07 UTC (permalink / raw)
To: Andrew Morton; +Cc: linux-kernel
Every file should include the headers containing the prototypes for
it's global functions.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
---
This patch was already sent on:
- 18 Jan 2007
- 4 Jan 2007
--- linux-2.6.20-rc2-mm1/arch/i386/kernel/alternative.c.old 2007-01-03 23:13:18.000000000 +0100
+++ linux-2.6.20-rc2-mm1/arch/i386/kernel/alternative.c 2007-01-03 23:13:32.000000000 +0100
@@ -4,6 +4,7 @@
#include <linux/list.h>
#include <asm/alternative.h>
#include <asm/sections.h>
+#include <asm/bugs.h>
static int no_replacement = 0;
static int smp_alt_once = 0;
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2007-02-20 0:21 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-01-03 23:09 [2.6 patch] arch/i386/kernel/alternative.c should #include <asm/bugs.h> Adrian Bunk
-- strict thread matches above, loose matches on Subject: below --
2007-01-18 21:55 Adrian Bunk
2007-02-20 0:07 Adrian Bunk
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox