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/x86_64/lib | |
parent | 78b656b8bf933101b42409b4492734b23427bfc3 (diff) | |
download | op-kernel-dev-038b0a6d8d32db934bba6a24e74e76e4e327a94f.zip op-kernel-dev-038b0a6d8d32db934bba6a24e74e76e4e327a94f.tar.gz |
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/x86_64/lib')
-rw-r--r-- | arch/x86_64/lib/copy_page.S | 3 | ||||
-rw-r--r-- | arch/x86_64/lib/delay.c | 1 | ||||
-rw-r--r-- | arch/x86_64/lib/memcpy.S | 3 | ||||
-rw-r--r-- | arch/x86_64/lib/memset.S | 1 | ||||
-rw-r--r-- | arch/x86_64/lib/thunk.S | 1 |
5 files changed, 2 insertions, 7 deletions
diff --git a/arch/x86_64/lib/copy_page.S b/arch/x86_64/lib/copy_page.S index 0ebb03b..727a5d4 100644 --- a/arch/x86_64/lib/copy_page.S +++ b/arch/x86_64/lib/copy_page.S @@ -1,6 +1,5 @@ /* Written 2003 by Andi Kleen, based on a kernel by Evandro Menezes */ - -#include <linux/config.h> + #include <linux/linkage.h> #include <asm/dwarf2.h> diff --git a/arch/x86_64/lib/delay.c b/arch/x86_64/lib/delay.c index b6cd3cc..50be909 100644 --- a/arch/x86_64/lib/delay.c +++ b/arch/x86_64/lib/delay.c @@ -8,7 +8,6 @@ * depends wildly on alignment on many x86 processors. */ -#include <linux/config.h> #include <linux/module.h> #include <linux/sched.h> #include <linux/delay.h> diff --git a/arch/x86_64/lib/memcpy.S b/arch/x86_64/lib/memcpy.S index 967b22f..0ea0ddc 100644 --- a/arch/x86_64/lib/memcpy.S +++ b/arch/x86_64/lib/memcpy.S @@ -1,6 +1,5 @@ /* Copyright 2002 Andi Kleen */ - -#include <linux/config.h> + #include <linux/linkage.h> #include <asm/dwarf2.h> #include <asm/cpufeature.h> diff --git a/arch/x86_64/lib/memset.S b/arch/x86_64/lib/memset.S index 09ed1f6..2c59481 100644 --- a/arch/x86_64/lib/memset.S +++ b/arch/x86_64/lib/memset.S @@ -1,6 +1,5 @@ /* Copyright 2002 Andi Kleen, SuSE Labs */ -#include <linux/config.h> #include <linux/linkage.h> #include <asm/dwarf2.h> diff --git a/arch/x86_64/lib/thunk.S b/arch/x86_64/lib/thunk.S index 0025535..55e586d 100644 --- a/arch/x86_64/lib/thunk.S +++ b/arch/x86_64/lib/thunk.S @@ -5,7 +5,6 @@ * Subject to the GNU public license, v.2. No warranty of any kind. */ - #include <linux/config.h> #include <linux/linkage.h> #include <asm/dwarf2.h> #include <asm/calling.h> |