diff options
author | Sam Ravnborg <sam@ravnborg.org> | 2009-10-18 00:39:40 +0200 |
---|---|---|
committer | Michal Marek <mmarek@suse.cz> | 2009-12-12 13:08:15 +0100 |
commit | 98b8788ae91694499d1995035625bea16a4db0c4 (patch) | |
tree | bc9001f4a97250c89222edbf192daf66f3beca91 /arch/ia64 | |
parent | 92045954058671fdd0ccf031ca06611ce1d929d1 (diff) | |
download | linux-98b8788ae91694499d1995035625bea16a4db0c4.tar.gz linux-98b8788ae91694499d1995035625bea16a4db0c4.tar.xz |
drop explicit include of autoconf.h
kbuild.h forces include of autoconf.h on the
commandline using -include - so we do not need to
include the file explicit.
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: Michal Marek <mmarek@suse.cz>
Diffstat (limited to 'arch/ia64')
-rw-r--r-- | arch/ia64/kvm/asm-offsets.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/ia64/kvm/asm-offsets.c b/arch/ia64/kvm/asm-offsets.c index 0c3564a7a033..9324c875caf5 100644 --- a/arch/ia64/kvm/asm-offsets.c +++ b/arch/ia64/kvm/asm-offsets.c @@ -22,7 +22,6 @@ * */ -#include <linux/autoconf.h> #include <linux/kvm_host.h> #include <linux/kbuild.h> |