Skip to content
Snippets Groups Projects
Commit ffd78f00 authored by Joerg Roedel's avatar Joerg Roedel
Browse files

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
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment