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>

authored by Andrew Morton and committed by Linus Torvalds 60db4027 a1e6b6c1

+2
+2
drivers/base/iommu.c
··· 18 18 19 19 #include <linux/bug.h> 20 20 #include <linux/types.h> 21 + #include <linux/module.h> 22 + #include <linux/slab.h> 21 23 #include <linux/errno.h> 22 24 #include <linux/iommu.h> 23 25