]> git.baikalelectronics.ru Git - kernel.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)
commit0538becd72c50f7491f6f4553413d49b7fba149a
treeb7600d8a2ce2f9a0cbd144d9587a77fe8711c715
parentdf23d7a9b26c9ed42fbb444431e63e29e757d3da
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