diff options
author | Joerg Roedel <jroedel@suse.de> | 2014-07-07 06:01:21 -0400 |
---|---|---|
committer | Joerg Roedel <jroedel@suse.de> | 2014-07-07 06:01:21 -0400 |
commit | ffd78f0093ecd0840ad6436e0522a53defd5df38 (patch) | |
tree | bccaac9af47ef168dc38c55d944d3d8276634faa /drivers/iommu/iommu-sysfs.c | |
parent | b22f6434cf48af001330e370e9d781aeb668f98c (diff) |
iommu: Fix compile error in iommu-sysfs.c
Add missing include of <linux/slab.h>.
Signed-off-by: Joerg Roedel <jroedel@suse.de>
Diffstat (limited to 'drivers/iommu/iommu-sysfs.c')
-rw-r--r-- | drivers/iommu/iommu-sysfs.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/iommu/iommu-sysfs.c b/drivers/iommu/iommu-sysfs.c index d6939234a009..39b2d9127dbf 100644 --- a/drivers/iommu/iommu-sysfs.c +++ b/drivers/iommu/iommu-sysfs.c | |||
@@ -12,6 +12,7 @@ | |||
12 | #include <linux/device.h> | 12 | #include <linux/device.h> |
13 | #include <linux/iommu.h> | 13 | #include <linux/iommu.h> |
14 | #include <linux/module.h> | 14 | #include <linux/module.h> |
15 | #include <linux/slab.h> | ||
15 | 16 | ||
16 | /* | 17 | /* |
17 | * We provide a common class "devices" group which initially has no attributes. | 18 | * We provide a common class "devices" group which initially has no attributes. |