iommu: Fix compile error in iommu-sysfs.c
authorJoerg Roedel <jroedel@suse.de>
Mon, 7 Jul 2014 10:01:21 +0000 (12:01 +0200)
committerJoerg Roedel <jroedel@suse.de>
Mon, 7 Jul 2014 10:01:21 +0000 (12:01 +0200)
Add missing include of <linux/slab.h>.

Signed-off-by: Joerg Roedel <jroedel@suse.de>
drivers/iommu/iommu-sysfs.c

index d6939234a009fdbe852ff974e6d6b11816c9c998..39b2d9127dbf80f49a8432610da217c9dabb042e 100644 (file)
@@ -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.
This page took 0.025443 seconds and 5 git commands to generate.