Commit ffd78f00 authored by Joerg Roedel's avatar Joerg Roedel

iommu: Fix compile error in iommu-sysfs.c

Add missing include of <linux/slab.h>.
Signed-off-by: default avatarJoerg Roedel <jroedel@suse.de>
parent b22f6434
...@@ -12,6 +12,7 @@ ...@@ -12,6 +12,7 @@
#include <linux/device.h> #include <linux/device.h>
#include <linux/iommu.h> #include <linux/iommu.h>
#include <linux/module.h> #include <linux/module.h>
#include <linux/slab.h>
/* /*
* We provide a common class "devices" group which initially has no attributes. * We provide a common class "devices" group which initially has no attributes.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment