LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [2.6 patch] arch/i386/kernel/i8253.c should #include <asm/timer.h>
@ 2007-04-26 23:47 Adrian Bunk
0 siblings, 0 replies; 2+ messages in thread
From: Adrian Bunk @ 2007-04-26 23:47 UTC (permalink / raw)
To: Andrew Morton; +Cc: Thomas Gleixner, 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 has been sent on:
- 27 Mar 2007
--- linux-2.6.21-rc4-mm1/arch/i386/kernel/i8253.c.old 2007-03-26 15:58:48.000000000 +0200
+++ linux-2.6.21-rc4-mm1/arch/i386/kernel/i8253.c 2007-03-26 15:59:01.000000000 +0200
@@ -13,6 +13,7 @@
#include <asm/delay.h>
#include <asm/i8253.h>
#include <asm/io.h>
+#include <asm/timer.h>
#include "io_ports.h"
^ permalink raw reply [flat|nested] 2+ messages in thread
* [2.6 patch] arch/i386/kernel/i8253.c should #include <asm/timer.h>
@ 2007-03-27 1:02 Adrian Bunk
0 siblings, 0 replies; 2+ messages in thread
From: Adrian Bunk @ 2007-03-27 1:02 UTC (permalink / raw)
To: Thomas Gleixner; +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>
---
--- linux-2.6.21-rc4-mm1/arch/i386/kernel/i8253.c.old 2007-03-26 15:58:48.000000000 +0200
+++ linux-2.6.21-rc4-mm1/arch/i386/kernel/i8253.c 2007-03-26 15:59:01.000000000 +0200
@@ -13,6 +13,7 @@
#include <asm/delay.h>
#include <asm/i8253.h>
#include <asm/io.h>
+#include <asm/timer.h>
#include "io_ports.h"
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-04-26 23:50 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-04-26 23:47 [2.6 patch] arch/i386/kernel/i8253.c should #include <asm/timer.h> Adrian Bunk
-- strict thread matches above, loose matches on Subject: below --
2007-03-27 1:02 Adrian Bunk
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).