commit | ffd78f0093ecd0840ad6436e0522a53defd5df38 | [log] [tgz] |
---|---|---|
author | Joerg Roedel <jroedel@suse.de> | Mon Jul 07 12:01:21 2014 +0200 |
committer | Joerg Roedel <jroedel@suse.de> | Mon Jul 07 12:01:21 2014 +0200 |
tree | bccaac9af47ef168dc38c55d944d3d8276634faa | |
parent | b22f6434cf48af001330e370e9d781aeb668f98c [diff] [blame] |
iommu: Fix compile error in iommu-sysfs.c Add missing include of <linux/slab.h>. Signed-off-by: Joerg Roedel <jroedel@suse.de>
diff --git a/drivers/iommu/iommu-sysfs.c b/drivers/iommu/iommu-sysfs.c index d693923..39b2d91 100644 --- a/drivers/iommu/iommu-sysfs.c +++ b/drivers/iommu/iommu-sysfs.c
@@ -12,6 +12,7 @@ #include <linux/device.h> #include <linux/iommu.h> #include <linux/module.h> +#include <linux/slab.h> /* * We provide a common class "devices" group which initially has no attributes.