Skip to content

Commit

Permalink
drivers/base/iommu.c: add missing includes
Browse files Browse the repository at this point in the history
Fix zillions of -mm x86_64 allmodconfig build errors - the file uses
EXPORT_SYMBOL() and kmalloc but misses the needed includes.

Cc: Greg Kroah-Hartman <gregkh@suse.de>
Cc: Joerg Roedel <joerg.roedel@amd.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Andrew Morton authored and Linus Torvalds committed May 6, 2009
1 parent a1e6b6c commit 60db402
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/base/iommu.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@

#include <linux/bug.h>
#include <linux/types.h>
#include <linux/module.h>
#include <linux/slab.h>
#include <linux/errno.h>
#include <linux/iommu.h>

Expand Down

0 comments on commit 60db402

Please sign in to comment.