From: Andrew Morton Date: Wed, 6 May 2009 23:03:07 +0000 (-0700) Subject: drivers/base/iommu.c: add missing includes X-Git-Tag: MMI-PSA29.97-13-9~28212 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=60db402780ec257b287de591d65157575952bb4a;p=GitHub%2FMotorolaMobilityLLC%2Fkernel-slsi.git drivers/base/iommu.c: add missing includes 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 Cc: Joerg Roedel Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/drivers/base/iommu.c b/drivers/base/iommu.c index 9f0e672f4be8..8ad4ffea6920 100644 --- a/drivers/base/iommu.c +++ b/drivers/base/iommu.c @@ -18,6 +18,8 @@ #include #include +#include +#include #include #include