]> Git Repo - linux.git/commitdiff
x86/gart: Unexport gart_iommu_aperture
authorFUJITA Tomonori <[email protected]>
Mon, 15 Feb 2010 02:33:04 +0000 (11:33 +0900)
committerIngo Molnar <[email protected]>
Tue, 16 Feb 2010 21:05:09 +0000 (22:05 +0100)
I wrongly exported gart_iommu_aperture in the commit
42590a75019a50012f25a962246498dead428433. It's not necessary so
let's unexport it.

Signed-off-by: FUJITA Tomonori <[email protected]>
Cc: Joerg Roedel <[email protected]>
LKML-Reference: <[email protected]>
Signed-off-by: Ingo Molnar <[email protected]>
arch/x86/kernel/aperture_64.c

index f147a95fd84a17646892072e0e929a0fcb1b28f1..3704997e8b2573bda630720f4c47bd4a7ec3b8c5 100644 (file)
@@ -31,7 +31,6 @@
 #include <asm/x86_init.h>
 
 int gart_iommu_aperture;
-EXPORT_SYMBOL_GPL(gart_iommu_aperture);
 int gart_iommu_aperture_disabled __initdata;
 int gart_iommu_aperture_allowed __initdata;
 
This page took 0.060325 seconds and 4 git commands to generate.