]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
x86: amd_iommu.c: prealloc_protection_domains should be static
authorJaswinder Singh Rajput <jaswinder@infradead.org>
Mon, 29 Dec 2008 16:15:22 +0000 (21:45 +0530)
committerH. Peter Anvin <hpa@zytor.com>
Tue, 30 Dec 2008 06:08:17 +0000 (22:08 -0800)
commit557f687c87ddb8adb094b2dad4e1c83c7717982d
treeb7600d8a2ce2f9a0cbd144d9587a77fe8711c715
parent412a1be265b894a45cebbfc2b57eb7a593bf34b2
x86: amd_iommu.c: prealloc_protection_domains should be static

Impact: cleanup, reduce kernel size a bit, avoid sparse warning

Fixes sparse warning:
arch/x86/kernel/amd_iommu.c:1299:6: warning: symbol 'prealloc_protection_domains' was not declared. Should it be static?

Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
arch/x86/kernel/amd_iommu.c