]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/base/iommu.c
OMAP: dmtimer: enable all timers to be wakeup events
[linux-2.6-omap-h63xx.git] / drivers / base / iommu.c
index 5e039d4f877c206e26052bde2e2e5e7564f86d35..c2d1eed903767484304b1f3208c27719b5ec3195 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;
 }