Merge git://git.infradead.org/iommu-2.6
[pandora-kernel.git] / drivers / base / iommu.c
index c314f14..9f0e672 100644 (file)
@@ -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;
 }