2010-02-15 02:33:48

by FUJITA Tomonori

[permalink] [raw]
Subject: [PATCH] x86/Gart: unexport gart_iommu_aperture

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]>
---
arch/x86/kernel/aperture_64.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/arch/x86/kernel/aperture_64.c b/arch/x86/kernel/aperture_64.c
index f147a95..3704997 100644
--- a/arch/x86/kernel/aperture_64.c
+++ b/arch/x86/kernel/aperture_64.c
@@ -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;

--
1.5.6.5


2010-02-17 12:11:23

by FUJITA Tomonori

[permalink] [raw]
Subject: [tip:core/iommu] x86/gart: Unexport gart_iommu_aperture

Commit-ID: c13f3d378f77ce3176628ade452b0e461242faf3
Gitweb: http://git.kernel.org/tip/c13f3d378f77ce3176628ade452b0e461242faf3
Author: FUJITA Tomonori <[email protected]>
AuthorDate: Mon, 15 Feb 2010 11:33:04 +0900
Committer: Ingo Molnar <[email protected]>
CommitDate: Tue, 16 Feb 2010 22:05:09 +0100

x86/gart: Unexport gart_iommu_aperture

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 | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/arch/x86/kernel/aperture_64.c b/arch/x86/kernel/aperture_64.c
index f147a95..3704997 100644
--- a/arch/x86/kernel/aperture_64.c
+++ b/arch/x86/kernel/aperture_64.c
@@ -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;