Skip to content

Commit

Permalink
iommu: Fix compile error in iommu-sysfs.c
Browse files Browse the repository at this point in the history
Add missing include of <linux/slab.h>.

Signed-off-by: Joerg Roedel <jroedel@suse.de>
  • Loading branch information
Joerg Roedel committed Jul 7, 2014
1 parent b22f643 commit ffd78f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/iommu/iommu-sysfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit ffd78f0

Please sign in to comment.