Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0bd5c4f7 authored by Ingo Molnar's avatar Ingo Molnar
Browse files

Merge branch 'iommu/fixes-2.6.29' of...

Merge branch 'iommu/fixes-2.6.29' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/linux-2.6-iommu into core/iommu
parents 7df4edb0 ff2c8a41
Loading
Loading
Loading
Loading
+0 −2
Original line number Original line Diff line number Diff line
@@ -24,9 +24,7 @@
#include <linux/scatterlist.h>
#include <linux/scatterlist.h>
#include <linux/dma-mapping.h>
#include <linux/dma-mapping.h>
#include <linux/iommu-helper.h>
#include <linux/iommu-helper.h>
#ifdef CONFIG_IOMMU_API
#include <linux/iommu.h>
#include <linux/iommu.h>
#endif
#include <asm/proto.h>
#include <asm/proto.h>
#include <asm/iommu.h>
#include <asm/iommu.h>
#include <asm/gart.h>
#include <asm/gart.h>
+1 −1
Original line number Original line Diff line number Diff line
@@ -31,7 +31,7 @@ void register_iommu(struct iommu_ops *ops)
	iommu_ops = ops;
	iommu_ops = ops;
}
}


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