From: Andi Kleen Date: Sat, 25 Mar 2006 15:31:58 +0000 (+0100) Subject: [PATCH] x86_64: Removed duplicated declaration of force_iommu X-Git-Tag: v2.6.17-rc1~671 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f271a6f557497830f3995138b0c78d8634b33863;p=linux-2.6 [PATCH] x86_64: Removed duplicated declaration of force_iommu Noticed by Andrew Morton. Signed-off-by: Andi Kleen Signed-off-by: Linus Torvalds --- diff --git a/include/asm-x86_64/proto.h b/include/asm-x86_64/proto.h index 977fe58e97..8abf2a43c9 100644 --- a/include/asm-x86_64/proto.h +++ b/include/asm-x86_64/proto.h @@ -127,7 +127,6 @@ extern int fix_aperture; #define iommu_aperture 0 #define iommu_aperture_allowed 0 #endif -extern int force_iommu; extern int reboot_force; extern int notsc_setup(char *);