projects
/
kernel
/
kernel-generic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
10079ae
)
i386: arch/i386/kernel/i8253.c should #include <asm/timer.h>
author
Adrian Bunk
<bunk@stusta.de>
Sat, 21 Jul 2007 15:10:28 +0000
(17:10 +0200)
committer
Linus Torvalds
<torvalds@woody.linux-foundation.org>
Sun, 22 Jul 2007 01:37:09 +0000
(18:37 -0700)
Every file should include the headers containing the prototypes for its
global functions.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/i386/kernel/i8253.c
patch
|
blob
|
history
diff --git
a/arch/i386/kernel/i8253.c
b/arch/i386/kernel/i8253.c
index
bde249d
..
73c3342
100644
(file)
--- a/
arch/i386/kernel/i8253.c
+++ b/
arch/i386/kernel/i8253.c
@@
-13,6
+13,7
@@
#include <asm/delay.h>
#include <asm/i8253.h>
#include <asm/io.h>
+#include <asm/timer.h>
#include "io_ports.h"