x86/amd-iommu: Move some pte allocation functions in the right section
authorJoerg Roedel <joerg.roedel@amd.com>
Tue, 24 Nov 2009 16:43:32 +0000 (17:43 +0100)
committerJoerg Roedel <joerg.roedel@amd.com>
Fri, 27 Nov 2009 13:20:30 +0000 (14:20 +0100)
This patch moves alloc_pte() and fetch_pte() into the page
table handling code section so that the forward declarations
for them could be removed.

Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>

No differences found