diff options
author | Jörn Engel <joern@wohnheim.fh-wedel.de> | 2006-06-30 13:25:36 -0400 |
---|---|---|
committer | Adrian Bunk <bunk@stusta.de> | 2006-06-30 13:25:36 -0400 |
commit | 6ab3d5624e172c553004ecc862bfeac16d9d68b7 (patch) | |
tree | 6d98881fe91fd9583c109208d5c27131b93fa248 /arch/alpha/lib | |
parent | e02169b682bc448ccdc819dc8639ed34a23cedd8 (diff) |
Remove obsolete #include <linux/config.h>
Signed-off-by: Jörn Engel <joern@wohnheim.fh-wedel.de>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Diffstat (limited to 'arch/alpha/lib')
-rw-r--r-- | arch/alpha/lib/callback_srm.S | 1 | ||||
-rw-r--r-- | arch/alpha/lib/udelay.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/arch/alpha/lib/callback_srm.S b/arch/alpha/lib/callback_srm.S index 0528acd0d9ad..8804bec2c644 100644 --- a/arch/alpha/lib/callback_srm.S +++ b/arch/alpha/lib/callback_srm.S | |||
@@ -2,7 +2,6 @@ | |||
2 | * arch/alpha/lib/callback_srm.S | 2 | * arch/alpha/lib/callback_srm.S |
3 | */ | 3 | */ |
4 | 4 | ||
5 | #include <linux/config.h> | ||
6 | #include <asm/console.h> | 5 | #include <asm/console.h> |
7 | 6 | ||
8 | .text | 7 | .text |
diff --git a/arch/alpha/lib/udelay.c b/arch/alpha/lib/udelay.c index 1c879bbce419..69d52aa37bae 100644 --- a/arch/alpha/lib/udelay.c +++ b/arch/alpha/lib/udelay.c | |||
@@ -4,7 +4,6 @@ | |||
4 | * Delay routines, using a pre-computed "loops_per_jiffy" value. | 4 | * Delay routines, using a pre-computed "loops_per_jiffy" value. |
5 | */ | 5 | */ |
6 | 6 | ||
7 | #include <linux/config.h> | ||
8 | #include <linux/module.h> | 7 | #include <linux/module.h> |
9 | #include <linux/sched.h> /* for udelay's use of smp_processor_id */ | 8 | #include <linux/sched.h> /* for udelay's use of smp_processor_id */ |
10 | #include <asm/param.h> | 9 | #include <asm/param.h> |