]> xenbits.xensource.com Git - people/vhanquez/xen.git/commitdiff
amd-iommu: remove a stray __init
authorJan Beulich <jbeulich@novell.com>
Fri, 18 Mar 2011 17:21:45 +0000 (17:21 +0000)
committerJan Beulich <jbeulich@novell.com>
Fri, 18 Mar 2011 17:21:45 +0000 (17:21 +0000)
This function is being called on the resume path.

Signed-off-by: Jan Beulich <jbeulich@novell.com>
xen-unstable changeset:   23061:12f7c7ac7f19
xen-unstable date:        Fri Mar 18 17:15:52 2011 +0000

xen/drivers/passthrough/amd/iommu_init.c

index 520a9017f805ed8e7f83988bb8bd62efc78e4b23..1002e44e8df7d102713666e1d77cb40ee1f90abe 100644 (file)
@@ -118,7 +118,7 @@ static void register_iommu_cmd_buffer_in_mmio_space(struct amd_iommu *iommu)
     writel(entry, iommu->mmio_base+IOMMU_CMD_BUFFER_BASE_HIGH_OFFSET);
 }
 
-static void __init register_iommu_event_log_in_mmio_space(struct amd_iommu *iommu)
+static void register_iommu_event_log_in_mmio_space(struct amd_iommu *iommu)
 {
     u64 addr_64, addr_lo, addr_hi;
     u32 power_of2_entries;