]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
AMD IOMMU: prealloc_protection_domains should be static
authorJaswinder Singh Rajput <jaswinder@infradead.org>
Mon, 29 Dec 2008 16:15:22 +0000 (21:45 +0530)
committerJoerg Roedel <joerg.roedel@amd.com>
Sat, 3 Jan 2009 15:41:18 +0000 (16:41 +0100)
commit0e93dd883537e628b809a2120854cd591c8935f1
treea56bf6e421127eac34713b8fc8a2e3d8daa61a77
parent8ecaf8f19f0f0627d6ac6d69ed9472e7d307f35b
AMD IOMMU: 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: Joerg Roedel <joerg.roedel@amd.com>
arch/x86/kernel/amd_iommu.c