From: Jaswinder Singh Rajput Date: Mon, 29 Dec 2008 16:14:12 +0000 (+0530) Subject: x86: amd_iommu_init.c: iommu_enable and iommu_enable_event_logging should be static X-Git-Tag: v2.6.29-rc1~536^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=412a1be265b894a45cebbfc2b57eb7a593bf34b2;p=pandora-kernel.git x86: amd_iommu_init.c: iommu_enable and iommu_enable_event_logging should be static Impact: cleanup, reduce kernel size a bit, avoid sparse warning Fixes sparse warning: arch/x86/kernel/amd_iommu_init.c:246:13: warning: symbol 'iommu_enable' was not declared. Should it be static? arch/x86/kernel/amd_iommu_init.c:259:13: warning: symbol 'iommu_enable_event_logging' was not declared. Should it be static? Signed-off-by: Jaswinder Singh Rajput Signed-off-by: H. Peter Anvin --- Reading git-diff-tree failed