]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/base/iommu.c
Merge git://git.infradead.org/iommu-2.6
[linux-2.6-omap-h63xx.git] / drivers / base / iommu.c
index c314f144825faf669d1f91281f072d7e4a7fa6c2..9f0e672f4be84ff35489b8f5e8724898ec3d9f12 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;
 }