diff options
Diffstat (limited to 'drivers/iommu/amd_iommu.c')
-rw-r--r-- | drivers/iommu/amd_iommu.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/iommu/amd_iommu.c b/drivers/iommu/amd_iommu.c index 6f514831af1f..b6a8079ff7bb 100644 --- a/drivers/iommu/amd_iommu.c +++ b/drivers/iommu/amd_iommu.c | |||
@@ -95,6 +95,8 @@ struct iommu_cmd { | |||
95 | u32 data[4]; | 95 | u32 data[4]; |
96 | }; | 96 | }; |
97 | 97 | ||
98 | struct kmem_cache *amd_iommu_irq_cache; | ||
99 | |||
98 | static void update_domain(struct protection_domain *domain); | 100 | static void update_domain(struct protection_domain *domain); |
99 | static int __init alloc_passthrough_domain(void); | 101 | static int __init alloc_passthrough_domain(void); |
100 | 102 | ||