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: http://review.tizen.org/git/?a=commitdiff_plain;h=f271a6f557497830f3995138b0c78d8634b33863;p=platform%2Fkernel%2Flinux-3.10.git [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 977fe58..8abf2a4 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 *);