Loading drivers/base/iommu.c +1 −1 Original line number Diff line number Diff line Loading @@ -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; } Loading Loading
drivers/base/iommu.c +1 −1 Original line number Diff line number Diff line Loading @@ -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; } Loading