提交 ffd78f00 编写于 作者: J Joerg Roedel

iommu: Fix compile error in iommu-sysfs.c

Add missing include of <linux/slab.h>.
Signed-off-by: NJoerg Roedel <jroedel@suse.de>
上级 b22f6434
......@@ -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.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册