diff options
author | Adrian Bunk <bunk@stusta.de> | 2007-07-21 17:10:28 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-21 18:37:09 -0700 |
commit | 3f9c8d19d26e016de31d1e59a573913edc64ce5c (patch) | |
tree | ab136887516ddc68274cadd351b6d3a641dbf0a0 /arch/i386/kernel | |
parent | 10079ae35fc91a0d5afa50eb4ccc82fb8f7124e9 (diff) |
i386: arch/i386/kernel/i8253.c should #include <asm/timer.h>
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>
Diffstat (limited to 'arch/i386/kernel')
-rw-r--r-- | arch/i386/kernel/i8253.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/i386/kernel/i8253.c b/arch/i386/kernel/i8253.c index bde249dda94..73c33429f0e 100644 --- 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" |