drivers/base/iommu.c: add missing includes
authorAndrew Morton <akpm@linux-foundation.org>
Wed, 6 May 2009 23:03:07 +0000 (16:03 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 6 May 2009 23:36:10 +0000 (16:36 -0700)
commit60db402780ec257b287de591d65157575952bb4a
treebd33672a9ee16e422342c67faafa080d42075a72
parenta1e6b6c1a676d25acdf079ee8ab5cdfeb5e5b835
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 <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>
drivers/base/iommu.c