projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b22f643
)
iommu: Fix compile error in iommu-sysfs.c
author
Joerg Roedel
<jroedel@suse.de>
Mon, 7 Jul 2014 10:01:21 +0000
(12:01 +0200)
committer
Joerg 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
patch
|
blob
|
blame
|
history
diff --git
a/drivers/iommu/iommu-sysfs.c
b/drivers/iommu/iommu-sysfs.c
index d6939234a009fdbe852ff974e6d6b11816c9c998..39b2d9127dbf80f49a8432610da217c9dabb042e 100644
(file)
--- a/
drivers/iommu/iommu-sysfs.c
+++ b/
drivers/iommu/iommu-sysfs.c
@@
-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.