diff options
author | Dave Jones <davej@redhat.com> | 2006-10-04 03:38:54 -0400 |
---|---|---|
committer | Dave Jones <davej@redhat.com> | 2006-10-04 03:38:54 -0400 |
commit | 038b0a6d8d32db934bba6a24e74e76e4e327a94f (patch) | |
tree | 5fbeb3e8f140e20f8ce0e33e12b32ec5b0724cd6 /arch/alpha | |
parent | 78b656b8bf933101b42409b4492734b23427bfc3 (diff) |
Remove all inclusions of <linux/config.h>
kbuild explicitly includes this at build time.
Signed-off-by: Dave Jones <davej@redhat.com>
Diffstat (limited to 'arch/alpha')
-rw-r--r-- | arch/alpha/kernel/setup.c | 1 | ||||
-rw-r--r-- | arch/alpha/kernel/systbls.S | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/arch/alpha/kernel/setup.c b/arch/alpha/kernel/setup.c index fd4a8fa0c93d..a94e6d93e2ee 100644 --- a/arch/alpha/kernel/setup.c +++ b/arch/alpha/kernel/setup.c | |||
@@ -21,7 +21,6 @@ | |||
21 | #include <linux/a.out.h> | 21 | #include <linux/a.out.h> |
22 | #include <linux/screen_info.h> | 22 | #include <linux/screen_info.h> |
23 | #include <linux/delay.h> | 23 | #include <linux/delay.h> |
24 | #include <linux/config.h> /* CONFIG_ALPHA_LCA etc */ | ||
25 | #include <linux/mc146818rtc.h> | 24 | #include <linux/mc146818rtc.h> |
26 | #include <linux/console.h> | 25 | #include <linux/console.h> |
27 | #include <linux/cpu.h> | 26 | #include <linux/cpu.h> |
diff --git a/arch/alpha/kernel/systbls.S b/arch/alpha/kernel/systbls.S index 4342cea1a926..f6cfe8ce3f96 100644 --- a/arch/alpha/kernel/systbls.S +++ b/arch/alpha/kernel/systbls.S | |||
@@ -4,7 +4,6 @@ | |||
4 | * The system call table. | 4 | * The system call table. |
5 | */ | 5 | */ |
6 | 6 | ||
7 | #include <linux/config.h> /* CONFIG_OSF4_COMPAT */ | ||
8 | #include <asm/unistd.h> | 7 | #include <asm/unistd.h> |
9 | 8 | ||
10 | .data | 9 | .data |