Skip to content

Commit

Permalink
Merge branch 'iommu/fixes-2.6.29' of git://git.kernel.org/pub/scm/lin…
Browse files Browse the repository at this point in the history
…ux/kernel/git/joro/linux-2.6-iommu into core/iommu
  • Loading branch information
Ingo Molnar committed Mar 5, 2009
2 parents 7df4edb + ff2c8a4 commit 0bd5c4f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions arch/x86/kernel/amd_iommu.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@
#include <linux/scatterlist.h>
#include <linux/dma-mapping.h>
#include <linux/iommu-helper.h>
#ifdef CONFIG_IOMMU_API
#include <linux/iommu.h>
#endif
#include <asm/proto.h>
#include <asm/iommu.h>
#include <asm/gart.h>
Expand Down
2 changes: 1 addition & 1 deletion drivers/base/iommu.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ void register_iommu(struct iommu_ops *ops)
iommu_ops = ops;
}

bool iommu_found()
bool iommu_found(void)
{
return iommu_ops != NULL;
}
Expand Down

0 comments on commit 0bd5c4f

Please sign in to comment.