commit | 60db402780ec257b287de591d65157575952bb4a | [log] [tgz] |
---|---|---|
author | Andrew Morton <akpm@linux-foundation.org> | Wed May 06 16:03:07 2009 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Wed May 06 16:36:10 2009 -0700 |
tree | bd33672a9ee16e422342c67faafa080d42075a72 | |
parent | a1e6b6c1a676d25acdf079ee8ab5cdfeb5e5b835 [diff] |
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>