1
0
Fork 0

iommu: Fix compile error in iommu-sysfs.c

Add missing include of <linux/slab.h>.

Signed-off-by: Joerg Roedel <jroedel@suse.de>
wifi-calibration
Joerg Roedel 2014-07-07 12:01:21 +02:00
parent b22f6434cf
commit ffd78f0093
1 changed files with 1 additions and 0 deletions

View 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.